#60704B

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

Shades of Chalet Green #60704B

Tints of Chalet Green #60704B

Color information

#60704B (or 0x60704B) is unknown color: approx Chalet Green. HEX triplet: 60, 70 and 4B. RGB value is (96,112,75). Sum of RGB (Red+Green+Blue) = 96+112+75=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #60704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60704B is #9F8FB4. Grayscale: #676767. Windows color (decimal): -10457013 or 4943968. OLE color: 4943968.

HSL color Cylindrical-coordinate representation of color #60704B: hue angle of 85.95º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60704B is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB9611275-
CMYK0.1400.330.56
HSL85.95º19.79%36.67%-
HSV(B)85.95º33.04%43.92%-
XYZ11.8914.588.84-
YUV103112.2123.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.92%
GREEN value IS 112 (44.14% from 255) = 39.58%
BLUE value IS 75 (29.69% from 255) = 26.50%
R=33.92%
G=39.58%
B=26.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96112750.1400.330.5685.9519.7936.67
Hex60704BE02138561425
Octal14016011316041701262445
Binary11000001110000100101111100100001111000101011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60704B; }

 p { color: rgb(96,112,75); }

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

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

 a { background-color: rgb(96,112,75); }

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

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

 span { border-color: rgb(96,112,75); }

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