Html Css Color HEX #667950 Dingley

📋 copy color: '#667950'

red 102 ◦ green 121 ◦ blue 80

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

Shades of Dingley #667950

Tints of Dingley #667950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.93%

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

R = 33.66%
G = 39.93%
B = 26.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#667950 (or 0x667950) is known color: Dingley. HEX triplet: 66, 79 and 50. RGB value is (102,121,80). Sum of RGB (Red+Green+Blue) = 102+121+80=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 121 - color contains mainly: green. Hex color #667950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667950 is #9986AF. Grayscale: #6E6E6E. Windows color (decimal): -10061488 or 5273958. OLE color: 5273958.

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

Color convert

RGB 102 121 80 -
CMYK 0.16 0 0.34 0.53
HSL 87.8º 0.2% 0.39% -
HSV(B) 87.8º 0.34% 0.47% -
XYZ 13.76 17.08 10.16 -
YUV 110.65 110.71 121.83 -
System Red Green Blue C M Y K H S L
Decimal 102 121 80 0.16 0 0.34 0.53 87.8 0.2 0.39
Hex 66 79 50 10 0 22 35 58 14 27
Octal 146 171 120 20 0 42 65 130 24 47
Binary 1100110 1111001 1010000 10000 0 100010 110101 1011000 10100 100111

Color Harmonies of #667950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667950

Black with #667950

Text Example


Text Example

White with #667950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667950; }

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

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

background-color css

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

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

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

border-color css

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

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

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