#ADB76A

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

Shades of Olive Green #ADB76A

Tints of Olive Green #ADB76A

Color information

#ADB76A (or 0xADB76A) is unknown color: approx Olive Green. HEX triplet: AD, B7 and 6A. RGB value is (173,183,106). Sum of RGB (Red+Green+Blue) = 173+183+106=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB76A is #524895. Grayscale: #ABABAB. Windows color (decimal): -5392534 or 6993837. OLE color: 6993837.

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

Color convert

RGB173183106-
CMYK0.0500.420.28
HSL67.79º34.84%56.67%-
HSV(B)67.79º42.08%71.76%-
XYZ36.7743.7920.15-
YUV171.2391.19129.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.45%
GREEN value IS 183 (71.88% from 255) = 39.61%
BLUE value IS 106 (41.80% from 255) = 22.94%
R=37.45%
G=39.61%
B=22.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731831060.0500.420.2867.7934.8456.67
HexADB76A502A1C442339
Octal2552671525052341044371
Binary101011011011011111010101010101010111001000100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB76A; }

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

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

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

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

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

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

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

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