#ADB36A

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

Shades of Olive Green #ADB36A

Tints of Olive Green #ADB36A

Color information

#ADB36A (or 0xADB36A) is unknown color: approx Olive Green. HEX triplet: AD, B3 and 6A. RGB value is (173,179,106). Sum of RGB (Red+Green+Blue) = 173+179+106=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB36A is #524C95. Grayscale: #A9A9A9. Windows color (decimal): -5393558 or 6992813. OLE color: 6992813.

HSL color Cylindrical-coordinate representation of color #ADB36A: hue angle of 64.93º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADB36A is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB173179106-
CMYK0.0300.410.30
HSL64.93º32.44%55.88%-
HSV(B)64.93º40.78%70.2%-
XYZ35.9642.1719.88-
YUV168.8892.51130.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.77%
GREEN value IS 179 (70.31% from 255) = 39.08%
BLUE value IS 106 (41.80% from 255) = 23.14%
R=37.77%
G=39.08%
B=23.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731791060.0300.410.3064.9332.4455.88
HexADB36A30291E412038
Octal2552631523051361014070
Binary10101101101100111101010110101001111101000001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB36A; }

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

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

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

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

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

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

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

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