Html Css Color HEX #5A764A Dingley

📋 copy color: '#5A764A'

red 90 ◦ green 118 ◦ blue 74

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

Shades of Dingley #5A764A

Tints of Dingley #5A764A

RGB

 RED value IS 90 (35.55% from 255) = 31.91%

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

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

R = 31.91%
G = 41.84%
B = 26.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#5A764A (or 0x5A764A) is known color: Dingley. HEX triplet: 5A, 76 and 4A. RGB value is (90,118,74). Sum of RGB (Red+Green+Blue) = 90+118+74=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #5A764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A764A is #A589B5. Grayscale: #686868. Windows color (decimal): -10848694 or 4879962. OLE color: 4879962.

HSL color Cylindrical-coordinate representation of color #5A764A: hue angle of 98.18º 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 #5A764A is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 118 74 -
CMYK 0.24 0 0.37 0.54
HSL 98.18º 0.23% 0.38% -
HSV(B) 98.18º 0.37% 0.46% -
XYZ 11.93 15.62 8.87 -
YUV 104.61 110.72 117.58 -
System Red Green Blue C M Y K H S L
Decimal 90 118 74 0.24 0 0.37 0.54 98.18 0.23 0.38
Hex 5A 76 4A 18 0 25 36 62 17 26
Octal 132 166 112 30 0 45 66 142 27 46
Binary 1011010 1110110 1001010 11000 0 100101 110110 1100010 10111 100110

Color Harmonies of #5A764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A764A

Black with #5A764A

Text Example


Text Example

White with #5A764A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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