Html Css Color HEX #657E50 Dingley

📋 copy color: '#657E50'

red 101 ◦ green 126 ◦ blue 80

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

Shades of Dingley #657E50

Tints of Dingley #657E50

RGB

 RED value IS 101 (39.84% from 255) = 32.9%

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

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

R = 32.9%
G = 41.04%
B = 26.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#657E50 (or 0x657E50) is known color: Dingley. HEX triplet: 65, 7E and 50. RGB value is (101,126,80). Sum of RGB (Red+Green+Blue) = 101+126+80=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 126 - color contains mainly: green. Hex color #657E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657E50 is #9A81AF. Grayscale: #717171. Windows color (decimal): -10125744 or 5275237. OLE color: 5275237.

HSL color Cylindrical-coordinate representation of color #657E50: hue angle of 92.61º 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 #657E50 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 126 80 -
CMYK 0.20 0 0.37 0.51
HSL 92.61º 0.22% 0.4% -
HSV(B) 92.61º 0.37% 0.49% -
XYZ 14.28 18.27 10.36 -
YUV 113.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 101 126 80 0.20 0 0.37 0.51 92.61 0.22 0.4
Hex 65 7E 50 14 0 25 33 5D 16 28
Octal 145 176 120 24 0 45 63 135 26 50
Binary 1100101 1111110 1010000 10100 0 100101 110011 1011101 10110 101000

Color Harmonies of #657E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657E50

Black with #657E50

Text Example


Text Example

White with #657E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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