Html Css Color HEX #66744A Chalet Green

📋 copy color: '#66744A'

red 102 ◦ green 116 ◦ blue 74

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

Shades of Chalet Green #66744A

Tints of Chalet Green #66744A

RGB

 RED value IS 102 (40.23% from 255) = 34.93%

 GREEN value IS 116 (45.7% from 255) = 39.73%

 BLUE value IS 74 (29.3% from 255) = 25.34%

R = 34.93%
G = 39.73%
B = 25.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#66744A (or 0x66744A) is known color: Chalet Green. HEX triplet: 66, 74 and 4A. RGB value is (102,116,74). Sum of RGB (Red+Green+Blue) = 102+116+74=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #66744A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66744A is #998BB5. Grayscale: #6B6B6B. Windows color (decimal): -10062774 or 4879462. OLE color: 4879462.

HSL color Cylindrical-coordinate representation of color #66744A: hue angle of 80º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66744A is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 116 74 -
CMYK 0.12 0 0.36 0.55
HSL 80º 0.22% 0.37% -
HSV(B) 80º 0.36% 0.45% -
XYZ 12.96 15.81 8.85 -
YUV 107.03 109.36 124.42 -
System Red Green Blue C M Y K H S L
Decimal 102 116 74 0.12 0 0.36 0.55 80 0.22 0.37
Hex 66 74 4A C 0 24 37 50 16 25
Octal 146 164 112 14 0 44 67 120 26 45
Binary 1100110 1110100 1001010 1100 0 100100 110111 1010000 10110 100101

Color Harmonies of #66744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66744A

Black with #66744A

Text Example


Text Example

White with #66744A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,116,74); }

 H1.HeaderClassName
 {
   color: #66744A;
 }
 .AnyTagClassName
 {
   color: #66744A;
 }
</style>

background-color css

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

 a { background-color: rgb(102,116,74); }

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

border-color css

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

 span { border-color: rgb(102,116,74); }

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