#ACB465

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

Shades of Olive Green #ACB465

Tints of Olive Green #ACB465

Color information

#ACB465 (or 0xACB465) is unknown color: approx Olive Green. HEX triplet: AC, B4 and 65. RGB value is (172,180,101). Sum of RGB (Red+Green+Blue) = 172+180+101=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB465 is #534B9A. Grayscale: #A8A8A8. Windows color (decimal): -5458843 or 6665388. OLE color: 6665388.

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

Color convert

RGB172180101-
CMYK0.0400.440.29
HSL66.08º34.5%55.1%-
HSV(B)66.08º43.89%70.59%-
XYZ35.6842.3518.61-
YUV168.689.85130.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 180 (70.70% from 255) = 39.74%
BLUE value IS 101 (39.84% from 255) = 22.30%
R=37.97%
G=39.74%
B=22.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801010.0400.440.2966.0834.555.1
HexACB465402C1D422237
Octal2542641454054351024267
Binary101011001011010011001011000101100111011000010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB465; }

 p { color: rgb(172,180,101); }

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

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

 a { background-color: rgb(172,180,101); }

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

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

 span { border-color: rgb(172,180,101); }

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