Html Css Color HEX #ADAB7B Neutral Green

📋 copy color: '#ADAB7B'

red 173 ◦ green 171 ◦ blue 123

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

Shades of Neutral Green #ADAB7B

Tints of Neutral Green #ADAB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.34%

R = 37.04%
G = 36.62%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#ADAB7B (or 0xADAB7B) is known color: Neutral Green. HEX triplet: AD, AB and 7B. RGB value is (173,171,123). Sum of RGB (Red+Green+Blue) = 173+171+123=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB7B is #525484. Grayscale: #A6A6A6. Windows color (decimal): -5395589 or 8104877. OLE color: 8104877.

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

Color convert

RGB 173 171 123 -
CMYK 0 0.01 0.29 0.32
HSL 57.6º 0.23% 0.58% -
HSV(B) 57.6º 0.29% 0.68% -
XYZ 35.37 39.44 24.49 -
YUV 166.13 103.66 132.9 -
System Red Green Blue C M Y K H S L
Decimal 173 171 123 0 0.01 0.29 0.32 57.6 0.23 0.58
Hex AD AB 7B 0 1 1D 20 3A 17 3A
Octal 255 253 173 0 1 35 40 72 27 72
Binary 10101101 10101011 1111011 0 1 11101 100000 111010 10111 111010

Color Harmonies of #ADAB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB7B

Black with #ADAB7B

Text Example


Text Example

White with #ADAB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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