Html Css Color HEX #ACB764 Olive Green

📋 copy color: '#ACB764'

red 172 ◦ green 183 ◦ blue 100

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

Shades of Olive Green #ACB764

Tints of Olive Green #ACB764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.98%

R = 37.8%
G = 40.22%
B = 21.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#ACB764 (or 0xACB764) is known color: Olive Green. HEX triplet: AC, B7 and 64. RGB value is (172,183,100). Sum of RGB (Red+Green+Blue) = 172+183+100=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB764 is #53489B. Grayscale: #AAAAAA. Windows color (decimal): -5458076 or 6600620. OLE color: 6600620.

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

Color convert

RGB 172 183 100 -
CMYK 0.06 0 0.45 0.28
HSL 67.95º 0.37% 0.55% -
HSV(B) 67.95º 0.45% 0.72% -
XYZ 36.25 43.56 18.55 -
YUV 170.25 88.36 129.25 -
System Red Green Blue C M Y K H S L
Decimal 172 183 100 0.06 0 0.45 0.28 67.95 0.37 0.55
Hex AC B7 64 6 0 2D 1C 44 25 37
Octal 254 267 144 6 0 55 34 104 45 67
Binary 10101100 10110111 1100100 110 0 101101 11100 1000100 100101 110111

Color Harmonies of #ACB764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB764

Black with #ACB764

Text Example


Text Example

White with #ACB764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB764; }

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

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

background-color css

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

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

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

border-color css

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

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

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