Html Css Color HEX #667250 Willow Grove

📋 copy color: '#667250'

red 102 ◦ green 114 ◦ blue 80

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

Shades of Willow Grove #667250

Tints of Willow Grove #667250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.51%

 BLUE value IS 80 (31.64% from 255) = 27.03%

R = 34.46%
G = 38.51%
B = 27.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#667250 (or 0x667250) is known color: Willow Grove. HEX triplet: 66, 72 and 50. RGB value is (102,114,80). Sum of RGB (Red+Green+Blue) = 102+114+80=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #667250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667250 is #998DAF. Grayscale: #6A6A6A. Windows color (decimal): -10063280 or 5272166. OLE color: 5272166.

HSL color Cylindrical-coordinate representation of color #667250: hue angle of 81.18º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #667250 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 114 80 -
CMYK 0.11 0 0.30 0.55
HSL 81.18º 0.18% 0.38% -
HSV(B) 81.18º 0.3% 0.45% -
XYZ 12.94 15.44 9.89 -
YUV 106.54 113.02 124.76 -
System Red Green Blue C M Y K H S L
Decimal 102 114 80 0.11 0 0.30 0.55 81.18 0.18 0.38
Hex 66 72 50 B 0 1E 37 51 12 26
Octal 146 162 120 13 0 36 67 121 22 46
Binary 1100110 1110010 1010000 1011 0 11110 110111 1010001 10010 100110

Color Harmonies of #667250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667250

Black with #667250

Text Example


Text Example

White with #667250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667250; }

 p { color: rgb(102,114,80); }

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

background-color css

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

 a { background-color: rgb(102,114,80); }

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

border-color css

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

 span { border-color: rgb(102,114,80); }

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