Html Css Color HEX #666948 Woodland

📋 copy color: '#666948'

red 102 ◦ green 105 ◦ blue 72

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

Shades of Woodland #666948

Tints of Woodland #666948

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.63%

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

R = 36.56%
G = 37.63%
B = 25.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#666948 (or 0x666948) is known color: Woodland. HEX triplet: 66, 69 and 48. RGB value is (102,105,72). Sum of RGB (Red+Green+Blue) = 102+105+72=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 105 - color contains mainly: green. Hex color #666948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666948 is #9996B7. Grayscale: #646464. Windows color (decimal): -10065592 or 4745574. OLE color: 4745574.

HSL color Cylindrical-coordinate representation of color #666948: hue angle of 65.45º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #666948 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 105 72 -
CMYK 0.03 0 0.31 0.59
HSL 65.45º 0.19% 0.35% -
HSV(B) 65.45º 0.31% 0.41% -
XYZ 11.7 13.4 8.1 -
YUV 100.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 102 105 72 0.03 0 0.31 0.59 65.45 0.19 0.35
Hex 66 69 48 3 0 1F 3B 41 13 23
Octal 146 151 110 3 0 37 73 101 23 43
Binary 1100110 1101001 1001000 11 0 11111 111011 1000001 10011 100011

Color Harmonies of #666948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666948

Black with #666948

Text Example


Text Example

White with #666948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666948; }

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

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

background-color css

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

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

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

border-color css

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

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

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