Html Css Color HEX #667850 Willow Grove

📋 copy color: '#667850'

red 102 ◦ green 120 ◦ blue 80

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

Shades of Willow Grove #667850

Tints of Willow Grove #667850

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.74%

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

R = 33.77%
G = 39.74%
B = 26.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#667850 (or 0x667850) is known color: Willow Grove. HEX triplet: 66, 78 and 50. RGB value is (102,120,80). Sum of RGB (Red+Green+Blue) = 102+120+80=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #667850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667850 is #9987AF. Grayscale: #6E6E6E. Windows color (decimal): -10061744 or 5273702. OLE color: 5273702.

HSL color Cylindrical-coordinate representation of color #667850: hue angle of 87º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #667850 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 120 80 -
CMYK 0.15 0 0.33 0.53
HSL 87º 0.2% 0.39% -
HSV(B) 87º 0.33% 0.47% -
XYZ 13.64 16.84 10.12 -
YUV 110.06 111.04 122.25 -
System Red Green Blue C M Y K H S L
Decimal 102 120 80 0.15 0 0.33 0.53 87 0.2 0.39
Hex 66 78 50 F 0 21 35 57 14 27
Octal 146 170 120 17 0 41 65 127 24 47
Binary 1100110 1111000 1010000 1111 0 100001 110101 1010111 10100 100111

Color Harmonies of #667850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667850

Black with #667850

Text Example


Text Example

White with #667850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667850; }

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

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

background-color css

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

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

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

border-color css

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

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

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