Html Css Color HEX #667148 Woodland

📋 copy color: '#667148'

red 102 ◦ green 113 ◦ blue 72

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

Shades of Woodland #667148

Tints of Woodland #667148

RGB

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

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

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

R = 35.54%
G = 39.37%
B = 25.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#667148 (or 0x667148) is known color: Woodland. HEX triplet: 66, 71 and 48. RGB value is (102,113,72). Sum of RGB (Red+Green+Blue) = 102+113+72=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 113 - color contains mainly: green. Hex color #667148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667148 is #998EB7. Grayscale: #696969. Windows color (decimal): -10063544 or 4747622. OLE color: 4747622.

HSL color Cylindrical-coordinate representation of color #667148: hue angle of 76.1º 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 #667148 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 113 72 -
CMYK 0.10 0 0.36 0.56
HSL 76.1º 0.22% 0.36% -
HSV(B) 76.1º 0.36% 0.44% -
XYZ 12.55 15.1 8.38 -
YUV 105.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 102 113 72 0.10 0 0.36 0.56 76.1 0.22 0.36
Hex 66 71 48 A 0 24 38 4C 16 24
Octal 146 161 110 12 0 44 70 114 26 44
Binary 1100110 1110001 1001000 1010 0 100100 111000 1001100 10110 100100

Color Harmonies of #667148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667148

Black with #667148

Text Example


Text Example

White with #667148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667148; }

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

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

background-color css

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

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

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

border-color css

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

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

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