Html Css Color HEX #ADAB75 Neutral Green

📋 copy color: '#ADAB75'

red 173 ◦ green 171 ◦ blue 117

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

Shades of Neutral Green #ADAB75

Tints of Neutral Green #ADAB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.38%

R = 37.53%
G = 37.09%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#ADAB75 (or 0xADAB75) is known color: Neutral Green. HEX triplet: AD, AB and 75. RGB value is (173,171,117). Sum of RGB (Red+Green+Blue) = 173+171+117=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB75 is #52548A. Grayscale: #A5A5A5. Windows color (decimal): -5395595 or 7711661. OLE color: 7711661.

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

Color convert

RGB 173 171 117 -
CMYK 0 0.01 0.32 0.32
HSL 57.86º 0.25% 0.57% -
HSV(B) 57.86º 0.32% 0.68% -
XYZ 35.01 39.29 22.57 -
YUV 165.44 100.66 133.39 -
System Red Green Blue C M Y K H S L
Decimal 173 171 117 0 0.01 0.32 0.32 57.86 0.25 0.57
Hex AD AB 75 0 1 20 20 3A 19 39
Octal 255 253 165 0 1 40 40 72 31 71
Binary 10101101 10101011 1110101 0 1 100000 100000 111010 11001 111001

Color Harmonies of #ADAB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB75

Black with #ADAB75

Text Example


Text Example

White with #ADAB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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