#ADB65F

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

Shades of Olive Green #ADB65F

Tints of Olive Green #ADB65F

Color information

#ADB65F (or 0xADB65F) is unknown color: approx Olive Green. HEX triplet: AD, B6 and 5F. RGB value is (173,182,95). Sum of RGB (Red+Green+Blue) = 173+182+95=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB65F is #5249A0. Grayscale: #A9A9A9. Windows color (decimal): -5392801 or 6272685. OLE color: 6272685.

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

Color convert

RGB17318295-
CMYK0.0500.480.29
HSL66.21º37.34%54.31%-
HSV(B)66.21º47.8%71.37%-
XYZ36.0343.1717.26-
YUV169.3986.02130.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 95 (37.5% from 255) = 21.11%
R=38.44%
G=40.44%
B=21.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173182950.0500.480.2966.2137.3454.31
HexADB65F50301D422536
Octal2552661375060351024566
Binary101011011011011010111111010110000111011000010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB65F; }

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

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

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

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

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

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

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

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