Html Css Color HEX #5E764A Dingley

📋 copy color: '#5E764A'

red 94 ◦ green 118 ◦ blue 74

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

Shades of Dingley #5E764A

Tints of Dingley #5E764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.26%

 BLUE value IS 74 (29.3% from 255) = 25.87%

R = 32.87%
G = 41.26%
B = 25.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#5E764A (or 0x5E764A) is known color: Dingley. HEX triplet: 5E, 76 and 4A. RGB value is (94,118,74). Sum of RGB (Red+Green+Blue) = 94+118+74=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #5E764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E764A is #A189B5. Grayscale: #696969. Windows color (decimal): -10586550 or 4879966. OLE color: 4879966.

HSL color Cylindrical-coordinate representation of color #5E764A: hue angle of 92.73º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E764A is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 118 74 -
CMYK 0.20 0 0.37 0.54
HSL 92.73º 0.23% 0.38% -
HSV(B) 92.73º 0.37% 0.46% -
XYZ 12.33 15.83 8.88 -
YUV 105.81 110.05 119.58 -
System Red Green Blue C M Y K H S L
Decimal 94 118 74 0.20 0 0.37 0.54 92.73 0.23 0.38
Hex 5E 76 4A 14 0 25 36 5D 17 26
Octal 136 166 112 24 0 45 66 135 27 46
Binary 1011110 1110110 1001010 10100 0 100101 110110 1011101 10111 100110

Color Harmonies of #5E764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E764A

Black with #5E764A

Text Example


Text Example

White with #5E764A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,118,74); }

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

background-color css

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

 a { background-color: rgb(94,118,74); }

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

border-color css

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

 span { border-color: rgb(94,118,74); }

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