#5B780A

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

Shades of Fiji Green #5B780A

Tints of Fiji Green #5B780A

Color information

#5B780A (or 0x5B780A) is unknown color: approx Fiji Green. HEX triplet: 5B, 78 and 0A. RGB value is (91,120,10). Sum of RGB (Red+Green+Blue) = 91+120+10=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 120 (47.27% from 255 or 54.30% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 120 - color contains mainly: green. Hex color #5B780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B780A is #A487F5. Grayscale: #636363. Windows color (decimal): -10782710 or 686171. OLE color: 686171.

HSL color Cylindrical-coordinate representation of color #5B780A: hue angle of 75.82º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B780A is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB9112010-
CMYK0.2400.920.53
HSL75.82º84.62%25.49%-
HSV(B)75.82º91.67%47.06%-
XYZ11.0915.682.73-
YUV98.7977.89122.44-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.18%
GREEN value IS 120 (47.27% from 255) = 54.30%
BLUE value IS 10 (4.30% from 255) = 4.52%
R=41.18%
G=54.30%
B=4.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91120100.2400.920.5375.8284.6225.49
Hex5B78A1805C354c5519
Octal133170123001346511412531
Binary10110111111000101011000010111001101011001100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,120,10); }

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

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

 a { background-color: rgb(91,120,10); }

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

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

 span { border-color: rgb(91,120,10); }

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