Html Css Color HEX #ACAA68 Olive Green

📋 copy color: '#ACAA68'

red 172 ◦ green 170 ◦ blue 104

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

Shades of Olive Green #ACAA68

Tints of Olive Green #ACAA68

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.12%

 BLUE value IS 104 (41.02% from 255) = 23.32%

R = 38.57%
G = 38.12%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#ACAA68 (or 0xACAA68) is known color: Olive Green. HEX triplet: AC, AA and 68. RGB value is (172,170,104). Sum of RGB (Red+Green+Blue) = 172+170+104=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA68 is #535597. Grayscale: #A3A3A3. Windows color (decimal): -5461400 or 6859436. OLE color: 6859436.

HSL color Cylindrical-coordinate representation of color #ACAA68: hue angle of 58.24º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACAA68 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 170 104 -
CMYK 0 0.01 0.40 0.33
HSL 58.24º 0.29% 0.54% -
HSV(B) 58.24º 0.4% 0.67% -
XYZ 33.89 38.52 18.75 -
YUV 163.07 94.66 134.37 -
System Red Green Blue C M Y K H S L
Decimal 172 170 104 0 0.01 0.40 0.33 58.24 0.29 0.54
Hex AC AA 68 0 1 28 21 3A 1D 36
Octal 254 252 150 0 1 50 41 72 35 66
Binary 10101100 10101010 1101000 0 1 101000 100001 111010 11101 110110

Color Harmonies of #ACAA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA68

Black with #ACAA68

Text Example


Text Example

White with #ACAA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA68; }

 p { color: rgb(172,170,104); }

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

background-color css

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

 a { background-color: rgb(172,170,104); }

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

border-color css

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

 span { border-color: rgb(172,170,104); }

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