#5B6F0E

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

Shades of Fiji Green #5B6F0E

Tints of Fiji Green #5B6F0E

Color information

#5B6F0E (or 0x5B6F0E) is unknown color: approx Fiji Green. HEX triplet: 5B, 6F and 0E. RGB value is (91,111,14). Sum of RGB (Red+Green+Blue) = 91+111+14=216 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.13% from 216); Green value is 111 (43.75% from 255 or 51.39% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 111 - color contains mainly: green. Hex color #5B6F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6F0E is #A490F1. Grayscale: #5E5E5E. Windows color (decimal): -10785010 or 946011. OLE color: 946011.

HSL color Cylindrical-coordinate representation of color #5B6F0E: hue angle of 72.37º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B6F0E is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB9111114-
CMYK0.1800.870.56
HSL72.37º77.6%24.51%-
HSV(B)72.37º87.39%43.53%-
XYZ10.0813.622.51-
YUV93.9682.87125.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.13%
GREEN value IS 111 (43.75% from 255) = 51.39%
BLUE value IS 14 (5.86% from 255) = 6.48%
R=42.13%
G=51.39%
B=6.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91111140.1800.870.5672.3777.624.51
Hex5B6FE1205738484e19
Octal133157162201277011011631
Binary10110111101111111010010010101111110001001000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,111,14); }

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

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

 a { background-color: rgb(91,111,14); }

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

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

 span { border-color: rgb(91,111,14); }

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