Html Css Color HEX #ADAB78 Neutral Green

📋 copy color: '#ADAB78'

red 173 ◦ green 171 ◦ blue 120

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

Shades of Neutral Green #ADAB78

Tints of Neutral Green #ADAB78

RGB

 RED value IS 173 (67.97% from 255) = 37.28%

 GREEN value IS 171 (67.19% from 255) = 36.85%

 BLUE value IS 120 (47.27% from 255) = 25.86%

R = 37.28%
G = 36.85%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#ADAB78 (or 0xADAB78) is known color: Neutral Green. HEX triplet: AD, AB and 78. RGB value is (173,171,120). Sum of RGB (Red+Green+Blue) = 173+171+120=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB78 is #525487. Grayscale: #A5A5A5. Windows color (decimal): -5395592 or 7908269. OLE color: 7908269.

HSL color Cylindrical-coordinate representation of color #ADAB78: hue angle of 57.74º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADAB78 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 171 120 -
CMYK 0 0.01 0.31 0.32
HSL 57.74º 0.24% 0.57% -
HSV(B) 57.74º 0.31% 0.68% -
XYZ 35.19 39.37 23.51 -
YUV 165.78 102.16 133.15 -
System Red Green Blue C M Y K H S L
Decimal 173 171 120 0 0.01 0.31 0.32 57.74 0.24 0.57
Hex AD AB 78 0 1 1F 20 3A 18 39
Octal 255 253 170 0 1 37 40 72 30 71
Binary 10101101 10101011 1111000 0 1 11111 100000 111010 11000 111001

Color Harmonies of #ADAB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB78

Black with #ADAB78

Text Example


Text Example

White with #ADAB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB78; }

 p { color: rgb(173,171,120); }

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

background-color css

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

 a { background-color: rgb(173,171,120); }

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

border-color css

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

 span { border-color: rgb(173,171,120); }

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