#ADB469

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

Shades of Olive Green #ADB469

Tints of Olive Green #ADB469

Color information

#ADB469 (or 0xADB469) is unknown color: approx Olive Green. HEX triplet: AD, B4 and 69. RGB value is (173,180,105). Sum of RGB (Red+Green+Blue) = 173+180+105=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB469 is #524B96. Grayscale: #A9A9A9. Windows color (decimal): -5393303 or 6927533. OLE color: 6927533.

HSL color Cylindrical-coordinate representation of color #ADB469: hue angle of 65.6º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADB469 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB173180105-
CMYK0.0400.420.29
HSL65.6º33.33%55.88%-
HSV(B)65.6º41.67%70.59%-
XYZ36.142.5519.67-
YUV169.3691.68130.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.77%
GREEN value IS 180 (70.70% from 255) = 39.30%
BLUE value IS 105 (41.41% from 255) = 22.93%
R=37.77%
G=39.30%
B=22.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801050.0400.420.2965.633.3355.88
HexADB469402A1D422138
Octal2552641514052351024170
Binary101011011011010011010011000101010111011000010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB469; }

 p { color: rgb(173,180,105); }

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

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

 a { background-color: rgb(173,180,105); }

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

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

 span { border-color: rgb(173,180,105); }

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