#ADB369

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

Shades of Olive Green #ADB369

Tints of Olive Green #ADB369

Color information

#ADB369 (or 0xADB369) is unknown color: approx Olive Green. HEX triplet: AD, B3 and 69. RGB value is (173,179,105). Sum of RGB (Red+Green+Blue) = 173+179+105=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB369 is #524C96. Grayscale: #A9A9A9. Windows color (decimal): -5393559 or 6927277. OLE color: 6927277.

HSL color Cylindrical-coordinate representation of color #ADB369: hue angle of 64.86º degrees, saturation: 0.33, 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 #ADB369 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB173179105-
CMYK0.0300.410.30
HSL64.86º32.74%55.69%-
HSV(B)64.86º41.34%70.2%-
XYZ35.942.1419.61-
YUV168.7792.01131.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 179 (70.31% from 255) = 39.17%
BLUE value IS 105 (41.41% from 255) = 22.98%
R=37.86%
G=39.17%
B=22.98%

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
Decimal1731791050.0300.410.3064.8632.7455.69
HexADB36930291E412138
Octal2552631513051361014170
Binary10101101101100111101001110101001111101000001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB369; }

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

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

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

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

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

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

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

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