Html Css Color HEX #627A50 Dingley

📋 copy color: '#627A50'

red 98 ◦ green 122 ◦ blue 80

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

Shades of Dingley #627A50

Tints of Dingley #627A50

RGB

 RED value IS 98 (38.67% from 255) = 32.67%

 GREEN value IS 122 (48.05% from 255) = 40.67%

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

R = 32.67%
G = 40.67%
B = 26.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#627A50 (or 0x627A50) is known color: Dingley. HEX triplet: 62, 7A and 50. RGB value is (98,122,80). Sum of RGB (Red+Green+Blue) = 98+122+80=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 122 - color contains mainly: green. Hex color #627A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627A50 is #9D85AF. Grayscale: #6E6E6E. Windows color (decimal): -10323376 or 5274210. OLE color: 5274210.

HSL color Cylindrical-coordinate representation of color #627A50: hue angle of 94.29º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #627A50 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB 98 122 80 -
CMYK 0.20 0 0.34 0.52
HSL 94.29º 0.21% 0.4% -
HSV(B) 94.29º 0.34% 0.48% -
XYZ 13.44 17.09 10.18 -
YUV 110.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 98 122 80 0.20 0 0.34 0.52 94.29 0.21 0.4
Hex 62 7A 50 14 0 22 34 5E 15 28
Octal 142 172 120 24 0 42 64 136 25 50
Binary 1100010 1111010 1010000 10100 0 100010 110100 1011110 10101 101000

Color Harmonies of #627A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627A50

Black with #627A50

Text Example


Text Example

White with #627A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627A50; }

 p { color: rgb(98,122,80); }

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

background-color css

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

 a { background-color: rgb(98,122,80); }

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

border-color css

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

 span { border-color: rgb(98,122,80); }

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