#62704A

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

Shades of Chalet Green #62704A

Tints of Chalet Green #62704A

Color information

#62704A (or 0x62704A) is unknown color: approx Chalet Green. HEX triplet: 62, 70 and 4A. RGB value is (98,112,74). Sum of RGB (Red+Green+Blue) = 98+112+74=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #62704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62704A is #9D8FB5. Grayscale: #676767. Windows color (decimal): -10325942 or 4878434. OLE color: 4878434.

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

Color convert

RGB9811274-
CMYK0.1300.340.56
HSL82.11º20.43%36.47%-
HSV(B)82.11º33.93%43.92%-
XYZ12.0714.688.68-
YUV103.48111.36124.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.51%
GREEN value IS 112 (44.14% from 255) = 39.44%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=34.51%
G=39.44%
B=26.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98112740.1300.340.5682.1120.4336.47
Hex62704AD02238521424
Octal14216011215042701222444
Binary11000101110000100101011010100010111000101001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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