#606211

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

Shades of Fiji Green #606211

Tints of Fiji Green #606211

Color information

#606211 (or 0x606211) is unknown color: approx Fiji Green. HEX triplet: 60, 62 and 11. RGB value is (96,98,17). Sum of RGB (Red+Green+Blue) = 96+98+17=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #606211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606211 is #9F9DEE. Grayscale: #585858. Windows color (decimal): -10460655 or 1139296. OLE color: 1139296.

HSL color Cylindrical-coordinate representation of color #606211: hue angle of 61.48º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #606211 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB969817-
CMYK0.0200.830.62
HSL61.48º70.43%22.55%-
HSV(B)61.48º82.65%38.43%-
XYZ9.2911.262.21-
YUV88.1787.84133.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 98 (38.67% from 255) = 46.45%
BLUE value IS 17 (7.03% from 255) = 8.06%
R=45.50%
G=46.45%
B=8.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698170.0200.830.6261.4870.4322.55
Hex60621120533E3d4617
Octal1401422120123767510627
Binary11000001100010100011001010011111110111101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606211; }

 p { color: rgb(96,98,17); }

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

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

 a { background-color: rgb(96,98,17); }

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

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

 span { border-color: rgb(96,98,17); }

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