#ACB758

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

Shades of Olive Green #ACB758

Tints of Olive Green #ACB758

Color information

#ACB758 (or 0xACB758) is unknown color: approx Olive Green. HEX triplet: AC, B7 and 58. RGB value is (172,183,88). Sum of RGB (Red+Green+Blue) = 172+183+88=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB758 is #5348A7. Grayscale: #A9A9A9. Windows color (decimal): -5458088 or 5814188. OLE color: 5814188.

HSL color Cylindrical-coordinate representation of color #ACB758: hue angle of 66.95º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACB758 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB17218388-
CMYK0.0600.520.28
HSL66.95º39.75%53.14%-
HSV(B)66.95º51.91%71.76%-
XYZ35.7143.3415.72-
YUV168.8882.36130.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 183 (71.88% from 255) = 41.31%
BLUE value IS 88 (34.77% from 255) = 19.86%
R=38.83%
G=41.31%
B=19.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172183880.0600.520.2866.9539.7553.14
HexACB75860341C432835
Octal2542671306064341035065
Binary101011001011011110110001100110100111001000011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB758; }

 p { color: rgb(172,183,88); }

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

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

 a { background-color: rgb(172,183,88); }

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

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

 span { border-color: rgb(172,183,88); }

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