#5B6C0C

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

Shades of Fiji Green #5B6C0C

Tints of Fiji Green #5B6C0C

Color information

#5B6C0C (or 0x5B6C0C) is unknown color: approx Fiji Green. HEX triplet: 5B, 6C and 0C. RGB value is (91,108,12). Sum of RGB (Red+Green+Blue) = 91+108+12=211 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.13% from 211); Green value is 108 (42.58% from 255 or 51.18% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 108 - color contains mainly: green. Hex color #5B6C0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6C0C is #A493F3. Grayscale: #5C5C5C. Windows color (decimal): -10785780 or 814171. OLE color: 814171.

HSL color Cylindrical-coordinate representation of color #5B6C0C: hue angle of 70.62º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B6C0C is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB9110812-
CMYK0.1600.890.58
HSL70.62º80%23.53%-
HSV(B)70.62º88.89%42.35%-
XYZ9.7412.982.34-
YUV91.9782.87127.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.13%
GREEN value IS 108 (42.58% from 255) = 51.18%
BLUE value IS 12 (5.08% from 255) = 5.69%
R=43.13%
G=51.18%
B=5.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91108120.1600.890.5870.628023.53
Hex5B6CC100593A475018
Octal133154142001317210712030
Binary10110111101100110010000010110011110101000111101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,108,12); }

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

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

 a { background-color: rgb(91,108,12); }

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

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

 span { border-color: rgb(91,108,12); }

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