#5B6016

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

Shades of Fiji Green #5B6016

Tints of Fiji Green #5B6016

Color information

#5B6016 (or 0x5B6016) is unknown color: approx Fiji Green. HEX triplet: 5B, 60 and 16. RGB value is (91,96,22). Sum of RGB (Red+Green+Blue) = 91+96+22=209 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.54% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #5B6016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6016 is #A49FE9. Grayscale: #565656. Windows color (decimal): -10788842 or 1466459. OLE color: 1466459.

HSL color Cylindrical-coordinate representation of color #5B6016: hue angle of 64.05º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B6016 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB919622-
CMYK0.0500.770.62
HSL64.05º62.71%23.14%-
HSV(B)64.05º77.08%37.65%-
XYZ8.6410.652.36-
YUV86.0791.84131.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.54%
GREEN value IS 96 (37.89% from 255) = 45.93%
BLUE value IS 22 (8.98% from 255) = 10.53%
R=43.54%
G=45.93%
B=10.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9196220.0500.770.6264.0562.7123.14
Hex5B6016504D3E403f17
Octal1331402650115761007727
Binary101101111000001011010101001101111110100000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,96,22); }

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

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

 a { background-color: rgb(91,96,22); }

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

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

 span { border-color: rgb(91,96,22); }

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