Html Css Color HEX #66714B Woodland

📋 copy color: '#66714B'

red 102 ◦ green 113 ◦ blue 75

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

Shades of Woodland #66714B

Tints of Woodland #66714B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.86%

R = 35.17%
G = 38.97%
B = 25.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#66714B (or 0x66714B) is known color: Woodland. HEX triplet: 66, 71 and 4B. RGB value is (102,113,75). Sum of RGB (Red+Green+Blue) = 102+113+75=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 113 - color contains mainly: green. Hex color #66714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66714B is #998EB4. Grayscale: #696969. Windows color (decimal): -10063541 or 4944230. OLE color: 4944230.

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

Color convert

RGB 102 113 75 -
CMYK 0.10 0 0.34 0.56
HSL 77.37º 0.2% 0.37% -
HSV(B) 77.37º 0.34% 0.44% -
XYZ 12.65 15.14 8.91 -
YUV 105.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 102 113 75 0.10 0 0.34 0.56 77.37 0.2 0.37
Hex 66 71 4B A 0 22 38 4D 14 25
Octal 146 161 113 12 0 42 70 115 24 45
Binary 1100110 1110001 1001011 1010 0 100010 111000 1001101 10100 100101

Color Harmonies of #66714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66714B

Black with #66714B

Text Example


Text Example

White with #66714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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