#5B7616

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

Shades of Fiji Green #5B7616

Tints of Fiji Green #5B7616

Color information

#5B7616 (or 0x5B7616) is unknown color: approx Fiji Green. HEX triplet: 5B, 76 and 16. RGB value is (91,118,22). Sum of RGB (Red+Green+Blue) = 91+118+22=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #5B7616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7616 is #A489E9. Grayscale: #636363. Windows color (decimal): -10783210 or 1472091. OLE color: 1472091.

HSL color Cylindrical-coordinate representation of color #5B7616: hue angle of 76.88º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B7616 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB9111822-
CMYK0.2300.810.54
HSL76.88º68.57%27.45%-
HSV(B)76.88º81.36%46.27%-
XYZ10.9415.243.12-
YUV98.9884.55122.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.39%
GREEN value IS 118 (46.48% from 255) = 51.08%
BLUE value IS 22 (8.98% from 255) = 9.52%
R=39.39%
G=51.08%
B=9.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91118220.2300.810.5476.8868.5727.45
Hex5B761617051364d451b
Octal133166262701216611510533
Binary101101111101101011010111010100011101101001101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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