#606B1C

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

Shades of Fiji Green #606B1C

Tints of Fiji Green #606B1C

Color information

#606B1C (or 0x606B1C) is unknown color: approx Fiji Green. HEX triplet: 60, 6B and 1C. RGB value is (96,107,28). Sum of RGB (Red+Green+Blue) = 96+107+28=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #606B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606B1C is #9F94E3. Grayscale: #5F5F5F. Windows color (decimal): -10458340 or 1862496. OLE color: 1862496.

HSL color Cylindrical-coordinate representation of color #606B1C: hue angle of 68.35º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #606B1C is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB9610728-
CMYK0.1000.740.58
HSL68.35º58.52%26.47%-
HSV(B)68.35º73.83%41.96%-
XYZ10.2913.093.08-
YUV94.7190.36128.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.56%
GREEN value IS 107 (42.19% from 255) = 46.32%
BLUE value IS 28 (11.33% from 255) = 12.12%
R=41.56%
G=46.32%
B=12.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96107280.1000.740.5868.3558.5226.47
Hex606B1CA04A3A443b1a
Octal14015334120112721047332
Binary1100000110101111100101001001010111010100010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606B1C; }

 p { color: rgb(96,107,28); }

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

<style>
 a { background-color: #606B1C; }

 a { background-color: rgb(96,107,28); }

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

<style>
 span { border-color: #606B1C; }

 span { border-color: rgb(96,107,28); }

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