#ADBB69

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

Shades of Olive Green #ADBB69

Tints of Olive Green #ADBB69

Color information

#ADBB69 (or 0xADBB69) is unknown color: approx Olive Green. HEX triplet: AD, BB and 69. RGB value is (173,187,105). Sum of RGB (Red+Green+Blue) = 173+187+105=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB69 is #524496. Grayscale: #ADADAD. Windows color (decimal): -5391511 or 6929325. OLE color: 6929325.

HSL color Cylindrical-coordinate representation of color #ADBB69: hue angle of 70.24º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADBB69 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB173187105-
CMYK0.0700.440.27
HSL70.24º37.61%57.25%-
HSV(B)70.24º43.85%73.33%-
XYZ37.5545.4420.16-
YUV173.4789.36127.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.20%
GREEN value IS 187 (73.44% from 255) = 40.22%
BLUE value IS 105 (41.41% from 255) = 22.58%
R=37.20%
G=40.22%
B=22.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731871050.0700.440.2770.2437.6157.25
HexADBB69702C1B462639
Octal2552731517054331064671
Binary101011011011101111010011110101100110111000110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBB69; }

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

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

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

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

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

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

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

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