Html Css Color HEX #ACB76A Olive Green

📋 copy color: '#ACB76A'

red 172 ◦ green 183 ◦ blue 106

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

Shades of Olive Green #ACB76A

Tints of Olive Green #ACB76A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.7%

 BLUE value IS 106 (41.8% from 255) = 22.99%

R = 37.31%
G = 39.7%
B = 22.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#ACB76A (or 0xACB76A) is known color: Olive Green. HEX triplet: AC, B7 and 6A. RGB value is (172,183,106). Sum of RGB (Red+Green+Blue) = 172+183+106=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB76A is #534895. Grayscale: #ABABAB. Windows color (decimal): -5458070 or 6993836. OLE color: 6993836.

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

Color convert

RGB 172 183 106 -
CMYK 0.06 0 0.42 0.28
HSL 68.57º 0.35% 0.57% -
HSV(B) 68.57º 0.42% 0.72% -
XYZ 36.55 43.68 20.14 -
YUV 170.93 91.36 128.76 -
System Red Green Blue C M Y K H S L
Decimal 172 183 106 0.06 0 0.42 0.28 68.57 0.35 0.57
Hex AC B7 6A 6 0 2A 1C 45 23 39
Octal 254 267 152 6 0 52 34 105 43 71
Binary 10101100 10110111 1101010 110 0 101010 11100 1000101 100011 111001

Color Harmonies of #ACB76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB76A

Black with #ACB76A

Text Example


Text Example

White with #ACB76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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