Html Css Color HEX #ACB769 Olive Green

📋 copy color: '#ACB769'

red 172 ◦ green 183 ◦ blue 105

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

Shades of Olive Green #ACB769

Tints of Olive Green #ACB769

RGB

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

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

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

R = 37.39%
G = 39.78%
B = 22.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#ACB769 (or 0xACB769) is known color: Olive Green. HEX triplet: AC, B7 and 69. RGB value is (172,183,105). Sum of RGB (Red+Green+Blue) = 172+183+105=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB769 is #534896. Grayscale: #ABABAB. Windows color (decimal): -5458071 or 6928300. OLE color: 6928300.

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

Color convert

RGB 172 183 105 -
CMYK 0.06 0 0.43 0.28
HSL 68.46º 0.35% 0.56% -
HSV(B) 68.46º 0.43% 0.72% -
XYZ 36.5 43.66 19.87 -
YUV 170.82 90.86 128.84 -
System Red Green Blue C M Y K H S L
Decimal 172 183 105 0.06 0 0.43 0.28 68.46 0.35 0.56
Hex AC B7 69 6 0 2B 1C 44 23 38
Octal 254 267 151 6 0 53 34 104 43 70
Binary 10101100 10110111 1101001 110 0 101011 11100 1000100 100011 111000

Color Harmonies of #ACB769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB769

Black with #ACB769

Text Example


Text Example

White with #ACB769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB769; }

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

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

background-color css

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

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

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

border-color css

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

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

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