#5A761B

Color #5A761B Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #5A761B

Tints of Fiji Green #5A761B

Color information

#5A761B (or 0x5A761B) is unknown color: approx Fiji Green. HEX triplet: 5A, 76 and 1B. RGB value is (90,118,27). Sum of RGB (Red+Green+Blue) = 90+118+27=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #5A761B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A761B is #A589E4. Grayscale: #636363. Windows color (decimal): -10848741 or 1799770. OLE color: 1799770.

HSL color Cylindrical-coordinate representation of color #5A761B: hue angle of 78.46º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A761B is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB9011827-
CMYK0.2400.770.54
HSL78.46º62.76%28.43%-
HSV(B)78.46º77.12%46.27%-
XYZ10.8915.213.4-
YUV99.2587.22121.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 38.30%
GREEN value IS 118 (46.48% from 255) = 50.21%
BLUE value IS 27 (10.94% from 255) = 11.49%
R=38.30%
G=50.21%
B=11.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90118270.2400.770.5478.4662.7628.43
Hex5A761B1804D364e3f1c
Octal13216633300115661167734
Binary10110101110110110111100001001101110110100111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A761B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A761B; }

 p { color: rgb(90,118,27); }

 H1.HeaderClassName
 {
   color: #5A761B;
 }
 .AnyTagClassName
 {
   color: #5A761B;
 }
</style>
background-color css

<style>
 a { background-color: #5A761B; }

 a { background-color: rgb(90,118,27); }

 div.DivClassName
 {
   background-color: #5A761B;
 }
 .BgClassName
 {
   background-color: #5A761B;
 }
</style>
border-color css

<style>
 span { border-color: #5A761B; }

 span { border-color: rgb(90,118,27); }

 td.TdClassName
 {
   border-color: #5A761B;
 }
 .TagClassName
 {
   border-color: #5A761B;
 }
</style>