Html Css Color HEX #627D42 Dingley

📋 copy color: '#627D42'

red 98 ◦ green 125 ◦ blue 66

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

Shades of Dingley #627D42

Tints of Dingley #627D42

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.25%

 BLUE value IS 66 (26.17% from 255) = 22.84%

R = 33.91%
G = 43.25%
B = 22.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#627D42 (or 0x627D42) is known color: Dingley. HEX triplet: 62, 7D and 42. RGB value is (98,125,66). Sum of RGB (Red+Green+Blue) = 98+125+66=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 125 - color contains mainly: green. Hex color #627D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627D42 is #9D82BD. Grayscale: #6E6E6E. Windows color (decimal): -10322622 or 4357474. OLE color: 4357474.

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

Color convert

RGB 98 125 66 -
CMYK 0.22 0 0.47 0.51
HSL 87.46º 0.31% 0.37% -
HSV(B) 87.46º 0.47% 0.49% -
XYZ 13.35 17.66 7.86 -
YUV 110.2 103.05 119.3 -
System Red Green Blue C M Y K H S L
Decimal 98 125 66 0.22 0 0.47 0.51 87.46 0.31 0.37
Hex 62 7D 42 16 0 2F 33 57 1F 25
Octal 142 175 102 26 0 57 63 127 37 45
Binary 1100010 1111101 1000010 10110 0 101111 110011 1010111 11111 100101

Color Harmonies of #627D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627D42

Black with #627D42

Text Example


Text Example

White with #627D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,125,66); }

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

background-color css

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

 a { background-color: rgb(98,125,66); }

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

border-color css

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

 span { border-color: rgb(98,125,66); }

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