Html Css Color HEX #ACB765 Olive Green

📋 copy color: '#ACB765'

red 172 ◦ green 183 ◦ blue 101

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

Shades of Olive Green #ACB765

Tints of Olive Green #ACB765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.15%

R = 37.72%
G = 40.13%
B = 22.15%

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

#ACB765 (or 0xACB765) is known color: Olive Green. HEX triplet: AC, B7 and 65. RGB value is (172,183,101). Sum of RGB (Red+Green+Blue) = 172+183+101=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB765 is #53489A. Grayscale: #AAAAAA. Windows color (decimal): -5458075 or 6666156. OLE color: 6666156.

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

Color convert

RGB 172 183 101 -
CMYK 0.06 0 0.45 0.28
HSL 68.05º 0.36% 0.56% -
HSV(B) 68.05º 0.45% 0.72% -
XYZ 36.3 43.58 18.81 -
YUV 170.36 88.86 129.17 -
System Red Green Blue C M Y K H S L
Decimal 172 183 101 0.06 0 0.45 0.28 68.05 0.36 0.56
Hex AC B7 65 6 0 2D 1C 44 24 38
Octal 254 267 145 6 0 55 34 104 44 70
Binary 10101100 10110111 1100101 110 0 101101 11100 1000100 100100 111000

Color Harmonies of #ACB765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB765

Black with #ACB765

Text Example


Text Example

White with #ACB765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB765; }

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

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

background-color css

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

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

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

border-color css

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

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

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