Html Css Color HEX #ACB469 Olive Green

📋 copy color: '#ACB469'

red 172 ◦ green 180 ◦ blue 105

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

Shades of Olive Green #ACB469

Tints of Olive Green #ACB469

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.39%

 BLUE value IS 105 (41.41% from 255) = 22.98%

R = 37.64%
G = 39.39%
B = 22.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#ACB469 (or 0xACB469) is known color: Olive Green. HEX triplet: AC, B4 and 69. RGB value is (172,180,105). Sum of RGB (Red+Green+Blue) = 172+180+105=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB469 is #534B96. Grayscale: #A9A9A9. Windows color (decimal): -5458839 or 6927532. OLE color: 6927532.

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

Color convert

RGB 172 180 105 -
CMYK 0.04 0 0.42 0.29
HSL 66.4º 0.33% 0.56% -
HSV(B) 66.4º 0.42% 0.71% -
XYZ 35.88 42.43 19.66 -
YUV 169.06 91.85 130.1 -
System Red Green Blue C M Y K H S L
Decimal 172 180 105 0.04 0 0.42 0.29 66.4 0.33 0.56
Hex AC B4 69 4 0 2A 1D 42 21 38
Octal 254 264 151 4 0 52 35 102 41 70
Binary 10101100 10110100 1101001 100 0 101010 11101 1000010 100001 111000

Color Harmonies of #ACB469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB469

Black with #ACB469

Text Example


Text Example

White with #ACB469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB469; }

 p { color: rgb(172,180,105); }

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

background-color css

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

 a { background-color: rgb(172,180,105); }

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

border-color css

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

 span { border-color: rgb(172,180,105); }

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