#ADB662

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

Shades of Olive Green #ADB662

Tints of Olive Green #ADB662

Color information

#ADB662 (or 0xADB662) is unknown color: approx Olive Green. HEX triplet: AD, B6 and 62. RGB value is (173,182,98). Sum of RGB (Red+Green+Blue) = 173+182+98=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB662 is #52499D. Grayscale: #AAAAAA. Windows color (decimal): -5392798 or 6469293. OLE color: 6469293.

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

Color convert

RGB17318298-
CMYK0.0500.460.29
HSL66.43º36.52%54.9%-
HSV(B)66.43º46.15%71.37%-
XYZ36.1743.2217.99-
YUV169.7387.52130.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 182 (71.48% from 255) = 40.18%
BLUE value IS 98 (38.67% from 255) = 21.63%
R=38.19%
G=40.18%
B=21.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173182980.0500.460.2966.4336.5254.9
HexADB662502E1D422537
Octal2552661425056351024567
Binary101011011011011011000101010101110111011000010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB662; }

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

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

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

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

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

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

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

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