Html Css Color HEX #667048 Woodland

📋 copy color: '#667048'

red 102 ◦ green 112 ◦ blue 72

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

Shades of Woodland #667048

Tints of Woodland #667048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.16%

 BLUE value IS 72 (28.52% from 255) = 25.17%

R = 35.66%
G = 39.16%
B = 25.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#667048 (or 0x667048) is known color: Woodland. HEX triplet: 66, 70 and 48. RGB value is (102,112,72). Sum of RGB (Red+Green+Blue) = 102+112+72=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #667048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667048 is #998FB7. Grayscale: #686868. Windows color (decimal): -10063800 or 4747366. OLE color: 4747366.

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

Color convert

RGB 102 112 72 -
CMYK 0.09 0 0.36 0.56
HSL 75º 0.22% 0.36% -
HSV(B) 75º 0.36% 0.44% -
XYZ 12.44 14.88 8.35 -
YUV 104.45 109.69 126.25 -
System Red Green Blue C M Y K H S L
Decimal 102 112 72 0.09 0 0.36 0.56 75 0.22 0.36
Hex 66 70 48 9 0 24 38 4B 16 24
Octal 146 160 110 11 0 44 70 113 26 44
Binary 1100110 1110000 1001000 1001 0 100100 111000 1001011 10110 100100

Color Harmonies of #667048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667048

Black with #667048

Text Example


Text Example

White with #667048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667048; }

 p { color: rgb(102,112,72); }

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

background-color css

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

 a { background-color: rgb(102,112,72); }

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

border-color css

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

 span { border-color: rgb(102,112,72); }

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