#ADAB67

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

Shades of Olive Green #ADAB67

Tints of Olive Green #ADAB67

Color information

#ADAB67 (or 0xADAB67) is unknown color: approx Olive Green. HEX triplet: AD, AB and 67. RGB value is (173,171,103). Sum of RGB (Red+Green+Blue) = 173+171+103=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB67 is #525498. Grayscale: #A4A4A4. Windows color (decimal): -5395609 or 6794157. OLE color: 6794157.

HSL color Cylindrical-coordinate representation of color #ADAB67: hue angle of 58.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADAB67 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB173171103-
CMYK00.010.400.32
HSL58.29º29.91%54.12%-
HSV(B)58.29º40.46%67.84%-
XYZ34.2438.9918.55-
YUV163.8593.66134.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 171 (67.19% from 255) = 38.26%
BLUE value IS 103 (40.62% from 255) = 23.04%
R=38.70%
G=38.26%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317110300.010.400.3258.2929.9154.12
HexADAB670128203a1e36
Octal255253147015040723666
Binary101011011010101111001110110100010000011101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB67; }

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

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

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

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

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

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

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

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