#ADB16B

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

Shades of Olive Green #ADB16B

Tints of Olive Green #ADB16B

Color information

#ADB16B (or 0xADB16B) is unknown color: approx Olive Green. HEX triplet: AD, B1 and 6B. RGB value is (173,177,107). Sum of RGB (Red+Green+Blue) = 173+177+107=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB16B is #524E94. Grayscale: #A8A8A8. Windows color (decimal): -5394069 or 7057837. OLE color: 7057837.

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

Color convert

RGB173177107-
CMYK0.0200.400.31
HSL63.43º30.97%55.69%-
HSV(B)63.43º39.55%69.41%-
XYZ35.6141.3920.02-
YUV167.8293.67131.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 177 (69.53% from 255) = 38.73%
BLUE value IS 107 (42.19% from 255) = 23.41%
R=37.86%
G=38.73%
B=23.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731771070.0200.400.3163.4330.9755.69
HexADB16B20281F3f1f38
Octal255261153205037773770
Binary101011011011000111010111001010001111111111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB16B; }

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

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

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

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

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

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

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

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