Html Css Color HEX #606A4E Chalet Green

📋 copy color: '#606A4E'

red 96 ◦ green 106 ◦ blue 78

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

Shades of Chalet Green #606A4E

Tints of Chalet Green #606A4E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.86%

 BLUE value IS 78 (30.86% from 255) = 27.86%

R = 34.29%
G = 37.86%
B = 27.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#606A4E (or 0x606A4E) is known color: Chalet Green. HEX triplet: 60, 6A and 4E. RGB value is (96,106,78). Sum of RGB (Red+Green+Blue) = 96+106+78=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 106 - color contains mainly: green. Hex color #606A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606A4E is #9F95B1. Grayscale: #636363. Windows color (decimal): -10458546 or 5139040. OLE color: 5139040.

HSL color Cylindrical-coordinate representation of color #606A4E: hue angle of 81.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #606A4E is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 106 78 -
CMYK 0.09 0 0.26 0.58
HSL 81.43º 0.15% 0.36% -
HSV(B) 81.43º 0.26% 0.42% -
XYZ 11.35 13.34 9.19 -
YUV 99.82 115.69 125.28 -
System Red Green Blue C M Y K H S L
Decimal 96 106 78 0.09 0 0.26 0.58 81.43 0.15 0.36
Hex 60 6A 4E 9 0 1A 3A 51 F 24
Octal 140 152 116 11 0 32 72 121 17 44
Binary 1100000 1101010 1001110 1001 0 11010 111010 1010001 1111 100100

Color Harmonies of #606A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606A4E

Black with #606A4E

Text Example


Text Example

White with #606A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,106,78); }

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

background-color css

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

 a { background-color: rgb(96,106,78); }

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

border-color css

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

 span { border-color: rgb(96,106,78); }

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