Html Css Color HEX #ACB065 Olive Green

📋 copy color: '#ACB065'

red 172 ◦ green 176 ◦ blue 101

#ACB065
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #ACB065

Tints of Olive Green #ACB065

RGB

 RED value IS 172 (67.58% from 255) = 38.31%

 GREEN value IS 176 (69.14% from 255) = 39.2%

 BLUE value IS 101 (39.84% from 255) = 22.49%

R = 38.31%
G = 39.2%
B = 22.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#ACB065 (or 0xACB065) is known color: Olive Green. HEX triplet: AC, B0 and 65. RGB value is (172,176,101). Sum of RGB (Red+Green+Blue) = 172+176+101=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB065 is #534F9A. Grayscale: #A6A6A6. Windows color (decimal): -5459867 or 6664364. OLE color: 6664364.

HSL color Cylindrical-coordinate representation of color #ACB065: hue angle of 63.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACB065 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 101 -
CMYK 0.02 0 0.43 0.31
HSL 63.2º 0.32% 0.54% -
HSV(B) 63.2º 0.43% 0.69% -
XYZ 34.89 40.76 18.34 -
YUV 166.25 91.17 132.1 -
System Red Green Blue C M Y K H S L
Decimal 172 176 101 0.02 0 0.43 0.31 63.2 0.32 0.54
Hex AC B0 65 2 0 2B 1F 3F 20 36
Octal 254 260 145 2 0 53 37 77 40 66
Binary 10101100 10110000 1100101 10 0 101011 11111 111111 100000 110110

Color Harmonies of #ACB065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB065

Black with #ACB065

Text Example


Text Example

White with #ACB065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB065; }

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

 H1.HeaderClassName
 {
   color: #ACB065;
 }
 .AnyTagClassName
 {
   color: #ACB065;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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