#ADB265

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

Shades of Olive Green #ADB265

Tints of Olive Green #ADB265

Color information

#ADB265 (or 0xADB265) is unknown color: approx Olive Green. HEX triplet: AD, B2 and 65. RGB value is (173,178,101). Sum of RGB (Red+Green+Blue) = 173+178+101=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB265 is #524D9A. Grayscale: #A8A8A8. Windows color (decimal): -5393819 or 6664877. OLE color: 6664877.

HSL color Cylindrical-coordinate representation of color #ADB265: hue angle of 63.9º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADB265 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB173178101-
CMYK0.0300.430.30
HSL63.9º33.33%54.71%-
HSV(B)63.9º43.26%69.8%-
XYZ35.541.6618.48-
YUV167.7390.34131.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.27%
GREEN value IS 178 (69.92% from 255) = 39.38%
BLUE value IS 101 (39.84% from 255) = 22.35%
R=38.27%
G=39.38%
B=22.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731781010.0300.430.3063.933.3354.71
HexADB265302B1E402137
Octal2552621453053361004167
Binary10101101101100101100101110101011111101000000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB265; }

 p { color: rgb(173,178,101); }

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

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

 a { background-color: rgb(173,178,101); }

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

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

 span { border-color: rgb(173,178,101); }

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