#ADB65A

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

Shades of Olive Green #ADB65A

Tints of Olive Green #ADB65A

Color information

#ADB65A (or 0xADB65A) is unknown color: approx Olive Green. HEX triplet: AD, B6 and 5A. RGB value is (173,182,90). Sum of RGB (Red+Green+Blue) = 173+182+90=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB65A is #5249A5. Grayscale: #A9A9A9. Windows color (decimal): -5392806 or 5945005. OLE color: 5945005.

HSL color Cylindrical-coordinate representation of color #ADB65A: hue angle of 65.87º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADB65A is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB17318290-
CMYK0.0500.510.29
HSL65.87º38.66%53.33%-
HSV(B)65.87º50.55%71.37%-
XYZ35.8143.0816.1-
YUV168.8283.52130.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.88%
GREEN value IS 182 (71.48% from 255) = 40.90%
BLUE value IS 90 (35.55% from 255) = 20.22%
R=38.88%
G=40.90%
B=20.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173182900.0500.510.2965.8738.6653.33
HexADB65A50331D422735
Octal2552661325063351024765
Binary101011011011011010110101010110011111011000010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB65A; }

 p { color: rgb(173,182,90); }

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

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

 a { background-color: rgb(173,182,90); }

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

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

 span { border-color: rgb(173,182,90); }

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