#62704C

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

Shades of Chalet Green #62704C

Tints of Chalet Green #62704C

Color information

#62704C (or 0x62704C) is unknown color: approx Chalet Green. HEX triplet: 62, 70 and 4C. RGB value is (98,112,76). Sum of RGB (Red+Green+Blue) = 98+112+76=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #62704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62704C is #9D8FB3. Grayscale: #676767. Windows color (decimal): -10325940 or 5009506. OLE color: 5009506.

HSL color Cylindrical-coordinate representation of color #62704C: hue angle of 83.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #62704C is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB9811276-
CMYK0.1300.320.56
HSL83.33º19.15%36.86%-
HSV(B)83.33º32.14%43.92%-
XYZ12.1414.719.04-
YUV103.71112.36123.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.27%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=34.27%
G=39.16%
B=26.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98112760.1300.320.5683.3319.1536.86
Hex62704CD02038531325
Octal14216011415040701232345
Binary11000101110000100110011010100000111000101001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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