#606C1D

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

Shades of Fiji Green #606C1D

Tints of Fiji Green #606C1D

Color information

#606C1D (or 0x606C1D) is unknown color: approx Fiji Green. HEX triplet: 60, 6C and 1D. RGB value is (96,108,29). Sum of RGB (Red+Green+Blue) = 96+108+29=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 108 - color contains mainly: green. Hex color #606C1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606C1D is #9F93E2. Grayscale: #5F5F5F. Windows color (decimal): -10458083 or 1928288. OLE color: 1928288.

HSL color Cylindrical-coordinate representation of color #606C1D: hue angle of 69.11º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #606C1D is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB9610829-
CMYK0.1100.730.58
HSL69.11º57.66%26.86%-
HSV(B)69.11º73.15%42.35%-
XYZ10.4113.33.18-
YUV95.4190.52128.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.20%
GREEN value IS 108 (42.58% from 255) = 46.35%
BLUE value IS 29 (11.72% from 255) = 12.45%
R=41.20%
G=46.35%
B=12.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96108290.1100.730.5869.1157.6626.86
Hex606C1DB0493A453a1b
Octal14015435130111721057233
Binary1100000110110011101101101001001111010100010111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,108,29); }

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

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

 a { background-color: rgb(96,108,29); }

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

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

 span { border-color: rgb(96,108,29); }

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