#ADB467

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

Shades of Olive Green #ADB467

Tints of Olive Green #ADB467

Color information

#ADB467 (or 0xADB467) is unknown color: approx Olive Green. HEX triplet: AD, B4 and 67. RGB value is (173,180,103). Sum of RGB (Red+Green+Blue) = 173+180+103=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB467 is #524B98. Grayscale: #A9A9A9. Windows color (decimal): -5393305 or 6796461. OLE color: 6796461.

HSL color Cylindrical-coordinate representation of color #ADB467: hue angle of 65.45º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADB467 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB173180103-
CMYK0.0400.430.29
HSL65.45º33.92%55.49%-
HSV(B)65.45º42.78%70.59%-
XYZ3642.5119.14-
YUV169.1390.68130.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 103 (40.62% from 255) = 22.59%
R=37.94%
G=39.47%
B=22.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801030.0400.430.2965.4533.9255.49
HexADB467402B1D412237
Octal2552641474053351014267
Binary101011011011010011001111000101011111011000001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB467; }

 p { color: rgb(173,180,103); }

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

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

 a { background-color: rgb(173,180,103); }

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

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

 span { border-color: rgb(173,180,103); }

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