Html Css Color HEX #667E50 Dingley

📋 copy color: '#667E50'

red 102 ◦ green 126 ◦ blue 80

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

Shades of Dingley #667E50

Tints of Dingley #667E50

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.91%

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

R = 33.12%
G = 40.91%
B = 25.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#667E50 (or 0x667E50) is known color: Dingley. HEX triplet: 66, 7E and 50. RGB value is (102,126,80). Sum of RGB (Red+Green+Blue) = 102+126+80=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 126 - color contains mainly: green. Hex color #667E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667E50 is #9981AF. Grayscale: #717171. Windows color (decimal): -10060208 or 5275238. OLE color: 5275238.

HSL color Cylindrical-coordinate representation of color #667E50: hue angle of 91.3º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #667E50 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 126 80 -
CMYK 0.19 0 0.37 0.51
HSL 91.3º 0.22% 0.4% -
HSV(B) 91.3º 0.37% 0.49% -
XYZ 14.39 18.33 10.37 -
YUV 113.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 102 126 80 0.19 0 0.37 0.51 91.3 0.22 0.4
Hex 66 7E 50 13 0 25 33 5B 16 28
Octal 146 176 120 23 0 45 63 133 26 50
Binary 1100110 1111110 1010000 10011 0 100101 110011 1011011 10110 101000

Color Harmonies of #667E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667E50

Black with #667E50

Text Example


Text Example

White with #667E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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