#62704B

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

Shades of Chalet Green #62704B

Tints of Chalet Green #62704B

Color information

#62704B (or 0x62704B) is unknown color: approx Chalet Green. HEX triplet: 62, 70 and 4B. RGB value is (98,112,75). Sum of RGB (Red+Green+Blue) = 98+112+75=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #62704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62704B is #9D8FB4. Grayscale: #676767. Windows color (decimal): -10325941 or 4943970. OLE color: 4943970.

HSL color Cylindrical-coordinate representation of color #62704B: hue angle of 82.7º 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 #62704B is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB9811275-
CMYK0.1300.330.56
HSL82.7º19.79%36.67%-
HSV(B)82.7º33.04%43.92%-
XYZ12.114.698.85-
YUV103.6111.86124.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.39%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 75 (29.69% from 255) = 26.32%
R=34.39%
G=39.30%
B=26.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98112750.1300.330.5682.719.7936.67
Hex62704BD02138531425
Octal14216011315041701232445
Binary11000101110000100101111010100001111000101001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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