Html Css Color HEX #66724A Woodland

📋 copy color: '#66724A'

red 102 ◦ green 114 ◦ blue 74

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

Shades of Woodland #66724A

Tints of Woodland #66724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.31%

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

R = 35.17%
G = 39.31%
B = 25.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#66724A (or 0x66724A) is known color: Woodland. HEX triplet: 66, 72 and 4A. RGB value is (102,114,74). Sum of RGB (Red+Green+Blue) = 102+114+74=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #66724A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66724A is #998DB5. Grayscale: #696969. Windows color (decimal): -10063286 or 4878950. OLE color: 4878950.

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

Color convert

RGB 102 114 74 -
CMYK 0.11 0 0.35 0.55
HSL 78º 0.21% 0.37% -
HSV(B) 78º 0.35% 0.45% -
XYZ 12.73 15.35 8.77 -
YUV 105.85 110.02 125.25 -
System Red Green Blue C M Y K H S L
Decimal 102 114 74 0.11 0 0.35 0.55 78 0.21 0.37
Hex 66 72 4A B 0 23 37 4E 15 25
Octal 146 162 112 13 0 43 67 116 25 45
Binary 1100110 1110010 1001010 1011 0 100011 110111 1001110 10101 100101

Color Harmonies of #66724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66724A

Black with #66724A

Text Example


Text Example

White with #66724A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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