#ADB75A

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

Shades of Olive Green #ADB75A

Tints of Olive Green #ADB75A

Color information

#ADB75A (or 0xADB75A) is unknown color: approx Olive Green. HEX triplet: AD, B7 and 5A. RGB value is (173,183,90). Sum of RGB (Red+Green+Blue) = 173+183+90=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB75A is #5248A5. Grayscale: #A9A9A9. Windows color (decimal): -5392550 or 5945261. OLE color: 5945261.

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

Color convert

RGB17318390-
CMYK0.0500.510.28
HSL66.45º39.24%53.53%-
HSV(B)66.45º50.82%71.76%-
XYZ36.0143.4916.17-
YUV169.4183.19130.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 183 (71.88% from 255) = 41.03%
BLUE value IS 90 (35.55% from 255) = 20.18%
R=38.79%
G=41.03%
B=20.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal173183900.0500.510.2866.4539.2453.53
HexADB75A50331C422736
Octal2552671325063341024766
Binary101011011011011110110101010110011111001000010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB75A; }

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

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

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

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

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

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

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

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