Html Css Color HEX #667145 Woodland

📋 copy color: '#667145'

red 102 ◦ green 113 ◦ blue 69

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

Shades of Woodland #667145

Tints of Woodland #667145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.3%

R = 35.92%
G = 39.79%
B = 24.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#667145 (or 0x667145) is known color: Woodland. HEX triplet: 66, 71 and 45. RGB value is (102,113,69). Sum of RGB (Red+Green+Blue) = 102+113+69=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 113 - color contains mainly: green. Hex color #667145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667145 is #998EBA. Grayscale: #686868. Windows color (decimal): -10063547 or 4551014. OLE color: 4551014.

HSL color Cylindrical-coordinate representation of color #667145: hue angle of 75º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #667145 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 113 69 -
CMYK 0.10 0 0.39 0.56
HSL 75º 0.24% 0.36% -
HSV(B) 75º 0.39% 0.44% -
XYZ 12.46 15.06 7.88 -
YUV 104.7 107.86 126.08 -
System Red Green Blue C M Y K H S L
Decimal 102 113 69 0.10 0 0.39 0.56 75 0.24 0.36
Hex 66 71 45 A 0 27 38 4B 18 24
Octal 146 161 105 12 0 47 70 113 30 44
Binary 1100110 1110001 1000101 1010 0 100111 111000 1001011 11000 100100

Color Harmonies of #667145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667145

Black with #667145

Text Example


Text Example

White with #667145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667145; }

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

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

background-color css

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

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

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

border-color css

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

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

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