#ADB79B

Color #ADB79B Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #ADB79B

Tints of Green Spring #ADB79B

Color information

#ADB79B (or 0xADB79B) is unknown color: approx Green Spring. HEX triplet: AD, B7 and 9B. RGB value is (173,183,155). Sum of RGB (Red+Green+Blue) = 173+183+155=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB79B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB79B is #524864. Grayscale: #B0B0B0. Windows color (decimal): -5392485 or 10205101. OLE color: 10205101.

HSL color Cylindrical-coordinate representation of color #ADB79B: hue angle of 81.43º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADB79B is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB173183155-
CMYK0.0500.150.28
HSL81.43º16.28%66.27%-
HSV(B)81.43º15.3%71.76%-
XYZ40.0845.1237.61-
YUV176.82115.69125.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.86%
GREEN value IS 183 (71.88% from 255) = 35.81%
BLUE value IS 155 (60.94% from 255) = 30.33%
R=33.86%
G=35.81%
B=30.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731831550.0500.150.2881.4316.2866.27
HexADB79B50F1C511042
Octal25526723350173412120102
Binary10101101101101111001101110101111111001010001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB79B; }

 p { color: rgb(173,183,155); }

 H1.HeaderClassName
 {
   color: #ADB79B;
 }
 .AnyTagClassName
 {
   color: #ADB79B;
 }
</style>
background-color css

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

 a { background-color: rgb(173,183,155); }

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

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

 span { border-color: rgb(173,183,155); }

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