#605F0B

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

Shades of Fiji Green #605F0B

Tints of Fiji Green #605F0B

Color information

#605F0B (or 0x605F0B) is unknown color: approx Fiji Green. HEX triplet: 60, 5F and 0B. RGB value is (96,95,11). Sum of RGB (Red+Green+Blue) = 96+95+11=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 95 (37.5% from 255 or 47.03% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #605F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605F0B is #9FA0F4. Grayscale: #565656. Windows color (decimal): -10461429 or 745312. OLE color: 745312.

HSL color Cylindrical-coordinate representation of color #605F0B: hue angle of 59.29º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #605F0B is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB969511-
CMYK00.010.890.62
HSL59.29º79.44%20.98%-
HSV(B)59.29º88.54%37.65%-
XYZ8.9810.71.91-
YUV85.7285.83135.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 95 (37.5% from 255) = 47.03%
BLUE value IS 11 (4.69% from 255) = 5.45%
R=47.52%
G=47.03%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96951100.010.890.6259.2979.4420.98
Hex605FB01593E3b4f15
Octal1401371301131767311725
Binary110000010111111011011011001111110111011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605F0B; }

 p { color: rgb(96,95,11); }

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

<style>
 a { background-color: #605F0B; }

 a { background-color: rgb(96,95,11); }

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

<style>
 span { border-color: #605F0B; }

 span { border-color: rgb(96,95,11); }

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