Html Css Color HEX #60704B Chalet Green

📋 copy color: '#60704B'

red 96 ◦ green 112 ◦ blue 75

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

Shades of Chalet Green #60704B

Tints of Chalet Green #60704B

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.5%

R = 33.92%
G = 39.58%
B = 26.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#60704B (or 0x60704B) is known color: 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

RGB 96 112 75 -
CMYK 0.14 0 0.33 0.56
HSL 85.95º 0.2% 0.37% -
HSV(B) 85.95º 0.33% 0.44% -
XYZ 11.89 14.58 8.84 -
YUV 103 112.2 123.01 -
System Red Green Blue C M Y K H S L
Decimal 96 112 75 0.14 0 0.33 0.56 85.95 0.2 0.37
Hex 60 70 4B E 0 21 38 56 14 25
Octal 140 160 113 16 0 41 70 126 24 45
Binary 1100000 1110000 1001011 1110 0 100001 111000 1010110 10100 100101

Color Harmonies of #60704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60704B

Black with #60704B

Text Example


Text Example

White with #60704B

Text Example


Text Example

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