#606527

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

Shades of Fiji Green #606527

Tints of Fiji Green #606527

Color information

#606527 (or 0x606527) is unknown color: approx Fiji Green. HEX triplet: 60, 65 and 27. RGB value is (96,101,39). Sum of RGB (Red+Green+Blue) = 96+101+39=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #606527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606527 is #9F9AD8. Grayscale: #5C5C5C. Windows color (decimal): -10459865 or 2581856. OLE color: 2581856.

HSL color Cylindrical-coordinate representation of color #606527: hue angle of 64.84º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #606527 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB9610139-
CMYK0.0500.610.60
HSL64.84º44.29%27.45%-
HSV(B)64.84º61.39%39.61%-
XYZ9.8411.943.71-
YUV92.4497.84130.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.68%
GREEN value IS 101 (39.84% from 255) = 42.80%
BLUE value IS 39 (15.62% from 255) = 16.53%
R=40.68%
G=42.80%
B=16.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96101390.0500.610.6064.8444.2927.45
Hex606527503D3C412c1b
Octal140145475075741015433
Binary110000011001011001111010111101111100100000110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606527; }

 p { color: rgb(96,101,39); }

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

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

 a { background-color: rgb(96,101,39); }

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

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

 span { border-color: rgb(96,101,39); }

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