#ADB269

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

Shades of Olive Green #ADB269

Tints of Olive Green #ADB269

Color information

#ADB269 (or 0xADB269) is unknown color: approx Olive Green. HEX triplet: AD, B2 and 69. RGB value is (173,178,105). Sum of RGB (Red+Green+Blue) = 173+178+105=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB269 is #524D96. Grayscale: #A8A8A8. Windows color (decimal): -5393815 or 6927021. OLE color: 6927021.

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

Color convert

RGB173178105-
CMYK0.0300.410.30
HSL64.11º32.16%55.49%-
HSV(B)64.11º41.01%69.8%-
XYZ35.741.7419.54-
YUV168.1892.34131.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 178 (69.92% from 255) = 39.04%
BLUE value IS 105 (41.41% from 255) = 23.03%
R=37.94%
G=39.04%
B=23.03%

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
Decimal1731781050.0300.410.3064.1132.1655.49
HexADB26930291E402037
Octal2552621513051361004067
Binary10101101101100101101001110101001111101000000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB269; }

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

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

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

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

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

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

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

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