#ADB864

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

Shades of Olive Green #ADB864

Tints of Olive Green #ADB864

Color information

#ADB864 (or 0xADB864) is unknown color: approx Olive Green. HEX triplet: AD, B8 and 64. RGB value is (173,184,100). Sum of RGB (Red+Green+Blue) = 173+184+100=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB864 is #52479B. Grayscale: #ABABAB. Windows color (decimal): -5392284 or 6600877. OLE color: 6600877.

HSL color Cylindrical-coordinate representation of color #ADB864: hue angle of 67.86º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADB864 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB173184100-
CMYK0.0600.460.28
HSL67.86º37.17%55.69%-
HSV(B)67.86º45.65%72.16%-
XYZ36.6744.0918.63-
YUV171.1487.86129.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 184 (72.27% from 255) = 40.26%
BLUE value IS 100 (39.45% from 255) = 21.88%
R=37.86%
G=40.26%
B=21.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731841000.0600.460.2867.8637.1755.69
HexADB864602E1C442538
Octal2552701446056341044570
Binary101011011011100011001001100101110111001000100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB864; }

 p { color: rgb(173,184,100); }

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

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

 a { background-color: rgb(173,184,100); }

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

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

 span { border-color: rgb(173,184,100); }

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