#ADB168

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

Shades of Olive Green #ADB168

Tints of Olive Green #ADB168

Color information

#ADB168 (or 0xADB168) is unknown color: approx Olive Green. HEX triplet: AD, B1 and 68. RGB value is (173,177,104). Sum of RGB (Red+Green+Blue) = 173+177+104=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB168 is #524E97. Grayscale: #A7A7A7. Windows color (decimal): -5394072 or 6861229. OLE color: 6861229.

HSL color Cylindrical-coordinate representation of color #ADB168: hue angle of 63.29º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADB168 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB173177104-
CMYK0.0200.410.31
HSL63.29º31.88%55.1%-
HSV(B)63.29º41.24%69.41%-
XYZ35.4541.3319.21-
YUV167.4892.17131.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.11%
GREEN value IS 177 (69.53% from 255) = 38.99%
BLUE value IS 104 (41.02% from 255) = 22.91%
R=38.11%
G=38.99%
B=22.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731771040.0200.410.3163.2931.8855.1
HexADB16820291F3f2037
Octal255261150205137774067
Binary1010110110110001110100010010100111111111111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB168; }

 p { color: rgb(173,177,104); }

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

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

 a { background-color: rgb(173,177,104); }

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

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

 span { border-color: rgb(173,177,104); }

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