Html Css Color HEX #62704A Chalet Green

📋 copy color: '#62704A'

red 98 ◦ green 112 ◦ blue 74

#62704A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chalet Green #62704A

Tints of Chalet Green #62704A

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.3% from 255) = 26.06%

R = 34.51%
G = 39.44%
B = 26.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#62704A (or 0x62704A) is known color: 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

RGB 98 112 74 -
CMYK 0.13 0 0.34 0.56
HSL 82.11º 0.2% 0.36% -
HSV(B) 82.11º 0.34% 0.44% -
XYZ 12.07 14.68 8.68 -
YUV 103.48 111.36 124.09 -
System Red Green Blue C M Y K H S L
Decimal 98 112 74 0.13 0 0.34 0.56 82.11 0.2 0.36
Hex 62 70 4A D 0 22 38 52 14 24
Octal 142 160 112 15 0 42 70 122 24 44
Binary 1100010 1110000 1001010 1101 0 100010 111000 1010010 10100 100100

Color Harmonies of #62704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62704A

Black with #62704A

Text Example


Text Example

White with #62704A

Text Example


Text Example

HTML Codes & Css Web 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>