Html Css Color HEX #66714A Woodland

📋 copy color: '#66714A'

red 102 ◦ green 113 ◦ blue 74

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

Shades of Woodland #66714A

Tints of Woodland #66714A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.1%

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

R = 35.29%
G = 39.1%
B = 25.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#66714A (or 0x66714A) is known color: Woodland. HEX triplet: 66, 71 and 4A. RGB value is (102,113,74). Sum of RGB (Red+Green+Blue) = 102+113+74=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #66714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66714A is #998EB5. Grayscale: #696969. Windows color (decimal): -10063542 or 4878694. OLE color: 4878694.

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

Color convert

RGB 102 113 74 -
CMYK 0.10 0 0.35 0.56
HSL 76.92º 0.21% 0.37% -
HSV(B) 76.92º 0.35% 0.44% -
XYZ 12.62 15.13 8.73 -
YUV 105.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 102 113 74 0.10 0 0.35 0.56 76.92 0.21 0.37
Hex 66 71 4A A 0 23 38 4D 15 25
Octal 146 161 112 12 0 43 70 115 25 45
Binary 1100110 1110001 1001010 1010 0 100011 111000 1001101 10101 100101

Color Harmonies of #66714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66714A

Black with #66714A

Text Example


Text Example

White with #66714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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