Html Css Color HEX #ACB06D Olive Green

📋 copy color: '#ACB06D'

red 172 ◦ green 176 ◦ blue 109

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

Shades of Olive Green #ACB06D

Tints of Olive Green #ACB06D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.51%

 BLUE value IS 109 (42.97% from 255) = 23.85%

R = 37.64%
G = 38.51%
B = 23.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#ACB06D (or 0xACB06D) is known color: Olive Green. HEX triplet: AC, B0 and 6D. RGB value is (172,176,109). Sum of RGB (Red+Green+Blue) = 172+176+109=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB06D is #534F92. Grayscale: #A7A7A7. Windows color (decimal): -5459859 or 7188652. OLE color: 7188652.

HSL color Cylindrical-coordinate representation of color #ACB06D: hue angle of 63.58º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACB06D is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 109 -
CMYK 0.02 0 0.38 0.31
HSL 63.58º 0.3% 0.56% -
HSV(B) 63.58º 0.38% 0.69% -
XYZ 35.3 40.93 20.51 -
YUV 167.17 95.17 131.45 -
System Red Green Blue C M Y K H S L
Decimal 172 176 109 0.02 0 0.38 0.31 63.58 0.3 0.56
Hex AC B0 6D 2 0 26 1F 40 1E 38
Octal 254 260 155 2 0 46 37 100 36 70
Binary 10101100 10110000 1101101 10 0 100110 11111 1000000 11110 111000

Color Harmonies of #ACB06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB06D

Black with #ACB06D

Text Example


Text Example

White with #ACB06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB06D; }

 p { color: rgb(172,176,109); }

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

background-color css

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

 a { background-color: rgb(172,176,109); }

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

border-color css

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

 span { border-color: rgb(172,176,109); }

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