#ADB667

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

Shades of Olive Green #ADB667

Tints of Olive Green #ADB667

Color information

#ADB667 (or 0xADB667) is unknown color: approx Olive Green. HEX triplet: AD, B6 and 67. RGB value is (173,182,103). Sum of RGB (Red+Green+Blue) = 173+182+103=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB667 is #524998. Grayscale: #AAAAAA. Windows color (decimal): -5392793 or 6796973. OLE color: 6796973.

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

Color convert

RGB173182103-
CMYK0.0500.430.29
HSL66.84º35.11%55.88%-
HSV(B)66.84º43.41%71.37%-
XYZ36.4143.3219.27-
YUV170.390.02129.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.77%
GREEN value IS 182 (71.48% from 255) = 39.74%
BLUE value IS 103 (40.62% from 255) = 22.49%
R=37.77%
G=39.74%
B=22.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731821030.0500.430.2966.8435.1155.88
HexADB667502B1D432338
Octal2552661475053351034370
Binary101011011011011011001111010101011111011000011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB667; }

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

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

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

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

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

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

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

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