Html Css Color HEX #5E714B Dingley

📋 copy color: '#5E714B'

red 94 ◦ green 113 ◦ blue 75

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

Shades of Dingley #5E714B

Tints of Dingley #5E714B

RGB

 RED value IS 94 (37.11% from 255) = 33.33%

 GREEN value IS 113 (44.53% from 255) = 40.07%

 BLUE value IS 75 (29.69% from 255) = 26.6%

R = 33.33%
G = 40.07%
B = 26.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#5E714B (or 0x5E714B) is known color: Dingley. HEX triplet: 5E, 71 and 4B. RGB value is (94,113,75). Sum of RGB (Red+Green+Blue) = 94+113+75=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #5E714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E714B is #A18EB4. Grayscale: #676767. Windows color (decimal): -10587829 or 4944222. OLE color: 4944222.

HSL color Cylindrical-coordinate representation of color #5E714B: hue angle of 90º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E714B is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 113 75 -
CMYK 0.17 0 0.34 0.56
HSL 90º 0.2% 0.37% -
HSV(B) 90º 0.34% 0.44% -
XYZ 11.79 14.7 8.87 -
YUV 102.99 112.21 121.59 -
System Red Green Blue C M Y K H S L
Decimal 94 113 75 0.17 0 0.34 0.56 90 0.2 0.37
Hex 5E 71 4B 11 0 22 38 5A 14 25
Octal 136 161 113 21 0 42 70 132 24 45
Binary 1011110 1110001 1001011 10001 0 100010 111000 1011010 10100 100101

Color Harmonies of #5E714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E714B

Black with #5E714B

Text Example


Text Example

White with #5E714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E714B; }

 p { color: rgb(94,113,75); }

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

background-color css

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

 a { background-color: rgb(94,113,75); }

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

border-color css

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

 span { border-color: rgb(94,113,75); }

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