Html Css Color HEX #ACB76C Olive Green

📋 copy color: '#ACB76C'

red 172 ◦ green 183 ◦ blue 108

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

Shades of Olive Green #ACB76C

Tints of Olive Green #ACB76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.33%

R = 37.15%
G = 39.52%
B = 23.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#ACB76C (or 0xACB76C) is known color: Olive Green. HEX triplet: AC, B7 and 6C. RGB value is (172,183,108). Sum of RGB (Red+Green+Blue) = 172+183+108=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB76C is #534893. Grayscale: #ABABAB. Windows color (decimal): -5458068 or 7124908. OLE color: 7124908.

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

Color convert

RGB 172 183 108 -
CMYK 0.06 0 0.41 0.28
HSL 68.8º 0.34% 0.57% -
HSV(B) 68.8º 0.41% 0.72% -
XYZ 36.65 43.72 20.69 -
YUV 171.16 92.36 128.6 -
System Red Green Blue C M Y K H S L
Decimal 172 183 108 0.06 0 0.41 0.28 68.8 0.34 0.57
Hex AC B7 6C 6 0 29 1C 45 22 39
Octal 254 267 154 6 0 51 34 105 42 71
Binary 10101100 10110111 1101100 110 0 101001 11100 1000101 100010 111001

Color Harmonies of #ACB76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB76C

Black with #ACB76C

Text Example


Text Example

White with #ACB76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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