#5B6614

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

Shades of Fiji Green #5B6614

Tints of Fiji Green #5B6614

Color information

#5B6614 (or 0x5B6614) is unknown color: approx Fiji Green. HEX triplet: 5B, 66 and 14. RGB value is (91,102,20). Sum of RGB (Red+Green+Blue) = 91+102+20=213 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.72% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 102 - color contains mainly: green. Hex color #5B6614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6614 is #A499EB. Grayscale: #595959. Windows color (decimal): -10787308 or 1336923. OLE color: 1336923.

HSL color Cylindrical-coordinate representation of color #5B6614: hue angle of 68.05º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B6614 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB9110220-
CMYK0.1100.800.6
HSL68.05º67.21%23.92%-
HSV(B)68.05º80.39%40%-
XYZ9.1911.782.45-
YUV89.3688.86129.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.72%
GREEN value IS 102 (40.23% from 255) = 47.89%
BLUE value IS 20 (8.20% from 255) = 9.39%
R=42.72%
G=47.89%
B=9.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal91102200.1100.800.668.0567.2123.92
Hex5B6614B0503C444318
Octal133146241301207410410330
Binary10110111100110101001011010100001111001000100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,102,20); }

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

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

 a { background-color: rgb(91,102,20); }

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

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

 span { border-color: rgb(91,102,20); }

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