Html Css Color HEX #ADA78B Neutral Green

📋 copy color: '#ADA78B'

red 173 ◦ green 167 ◦ blue 139

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

Shades of Neutral Green #ADA78B

Tints of Neutral Green #ADA78B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.86%

 BLUE value IS 139 (54.69% from 255) = 29.02%

R = 36.12%
G = 34.86%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#ADA78B (or 0xADA78B) is known color: Neutral Green. HEX triplet: AD, A7 and 8B. RGB value is (173,167,139). Sum of RGB (Red+Green+Blue) = 173+167+139=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA78B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA78B is #525874. Grayscale: #A5A5A5. Windows color (decimal): -5396597 or 9152429. OLE color: 9152429.

HSL color Cylindrical-coordinate representation of color #ADA78B: hue angle of 49.41º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADA78B is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 167 139 -
CMYK 0 0.03 0.20 0.32
HSL 49.41º 0.17% 0.61% -
HSV(B) 49.41º 0.2% 0.68% -
XYZ 35.71 38.39 29.95 -
YUV 165.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 173 167 139 0 0.03 0.20 0.32 49.41 0.17 0.61
Hex AD A7 8B 0 3 14 20 31 11 3D
Octal 255 247 213 0 3 24 40 61 21 75
Binary 10101101 10100111 10001011 0 11 10100 100000 110001 10001 111101

Color Harmonies of #ADA78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA78B

Black with #ADA78B

Text Example


Text Example

White with #ADA78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA78B; }

 p { color: rgb(173,167,139); }

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

background-color css

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

 a { background-color: rgb(173,167,139); }

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

border-color css

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

 span { border-color: rgb(173,167,139); }

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