Html Css Color HEX #ACB568 Olive Green

📋 copy color: '#ACB568'

red 172 ◦ green 181 ◦ blue 104

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

Shades of Olive Green #ACB568

Tints of Olive Green #ACB568

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.61%

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

R = 37.64%
G = 39.61%
B = 22.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#ACB568 (or 0xACB568) is known color: Olive Green. HEX triplet: AC, B5 and 68. RGB value is (172,181,104). Sum of RGB (Red+Green+Blue) = 172+181+104=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB568 is #534A97. Grayscale: #A9A9A9. Windows color (decimal): -5458584 or 6862252. OLE color: 6862252.

HSL color Cylindrical-coordinate representation of color #ACB568: hue angle of 67.01º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACB568 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 104 -
CMYK 0.05 0 0.43 0.29
HSL 67.01º 0.34% 0.56% -
HSV(B) 67.01º 0.43% 0.71% -
XYZ 36.04 42.82 19.46 -
YUV 169.53 91.02 129.76 -
System Red Green Blue C M Y K H S L
Decimal 172 181 104 0.05 0 0.43 0.29 67.01 0.34 0.56
Hex AC B5 68 5 0 2B 1D 43 22 38
Octal 254 265 150 5 0 53 35 103 42 70
Binary 10101100 10110101 1101000 101 0 101011 11101 1000011 100010 111000

Color Harmonies of #ACB568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB568

Black with #ACB568

Text Example


Text Example

White with #ACB568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB568; }

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

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

background-color css

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

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

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

border-color css

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

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

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