Html Css Color HEX #5A784A Dingley

📋 copy color: '#5A784A'

red 90 ◦ green 120 ◦ blue 74

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

Shades of Dingley #5A784A

Tints of Dingley #5A784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.25%

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

R = 31.69%
G = 42.25%
B = 26.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#5A784A (or 0x5A784A) is known color: Dingley. HEX triplet: 5A, 78 and 4A. RGB value is (90,120,74). Sum of RGB (Red+Green+Blue) = 90+120+74=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 120 - color contains mainly: green. Hex color #5A784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A784A is #A587B5. Grayscale: #696969. Windows color (decimal): -10848182 or 4880474. OLE color: 4880474.

HSL color Cylindrical-coordinate representation of color #5A784A: hue angle of 99.13º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A784A is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 120 74 -
CMYK 0.25 0 0.38 0.53
HSL 99.13º 0.24% 0.38% -
HSV(B) 99.13º 0.38% 0.47% -
XYZ 12.17 16.1 8.95 -
YUV 105.79 110.06 116.74 -
System Red Green Blue C M Y K H S L
Decimal 90 120 74 0.25 0 0.38 0.53 99.13 0.24 0.38
Hex 5A 78 4A 19 0 26 35 63 18 26
Octal 132 170 112 31 0 46 65 143 30 46
Binary 1011010 1111000 1001010 11001 0 100110 110101 1100011 11000 100110

Color Harmonies of #5A784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A784A

Black with #5A784A

Text Example


Text Example

White with #5A784A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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