#5B600C

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

Shades of Fiji Green #5B600C

Tints of Fiji Green #5B600C

Color information

#5B600C (or 0x5B600C) is unknown color: approx Fiji Green. HEX triplet: 5B, 60 and 0C. RGB value is (91,96,12). Sum of RGB (Red+Green+Blue) = 91+96+12=199 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.73% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #5B600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B600C is #A49FF3. Grayscale: #555555. Windows color (decimal): -10788852 or 811099. OLE color: 811099.

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

Color convert

RGB919612-
CMYK0.0500.880.62
HSL63.57º77.78%21.18%-
HSV(B)63.57º87.5%37.65%-
XYZ8.5610.621.95-
YUV84.9386.84132.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.73%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 12 (5.08% from 255) = 6.03%
R=45.73%
G=48.24%
B=6.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9196120.0500.880.6263.5777.7821.18
Hex5B60C50583E404e15
Octal13314014501307610011625
Binary101101111000001100101010110001111101000000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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