Html Css Color HEX #606F42 Chalet Green

📋 copy color: '#606F42'

red 96 ◦ green 111 ◦ blue 66

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

Shades of Chalet Green #606F42

Tints of Chalet Green #606F42

RGB

 RED value IS 96 (37.89% from 255) = 35.16%

 GREEN value IS 111 (43.75% from 255) = 40.66%

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 35.16%
G = 40.66%
B = 24.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#606F42 (or 0x606F42) is known color: Chalet Green. HEX triplet: 60, 6F and 42. RGB value is (96,111,66). Sum of RGB (Red+Green+Blue) = 96+111+66=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 111 - color contains mainly: green. Hex color #606F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606F42 is #9F90BD. Grayscale: #656565. Windows color (decimal): -10457278 or 4353888. OLE color: 4353888.

HSL color Cylindrical-coordinate representation of color #606F42: hue angle of 80º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #606F42 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 111 66 -
CMYK 0.14 0 0.41 0.56
HSL 80º 0.25% 0.35% -
HSV(B) 80º 0.41% 0.44% -
XYZ 11.49 14.25 7.3 -
YUV 101.39 108.03 124.16 -
System Red Green Blue C M Y K H S L
Decimal 96 111 66 0.14 0 0.41 0.56 80 0.25 0.35
Hex 60 6F 42 E 0 29 38 50 19 23
Octal 140 157 102 16 0 51 70 120 31 43
Binary 1100000 1101111 1000010 1110 0 101001 111000 1010000 11001 100011

Color Harmonies of #606F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606F42

Black with #606F42

Text Example


Text Example

White with #606F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606F42; }

 p { color: rgb(96,111,66); }

 H1.HeaderClassName
 {
   color: #606F42;
 }
 .AnyTagClassName
 {
   color: #606F42;
 }
</style>

background-color css

<style>
 a { background-color: #606F42; }

 a { background-color: rgb(96,111,66); }

 div.DivClassName
 {
   background-color: #606F42;
 }
 .BgClassName
 {
   background-color: #606F42;
 }
</style>

border-color css

<style>
 span { border-color: #606F42; }

 span { border-color: rgb(96,111,66); }

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