Html Css Color HEX #ACB761 Olive Green

📋 copy color: '#ACB761'

red 172 ◦ green 183 ◦ blue 97

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

Shades of Olive Green #ACB761

Tints of Olive Green #ACB761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.46%

R = 38.05%
G = 40.49%
B = 21.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#ACB761 (or 0xACB761) is known color: Olive Green. HEX triplet: AC, B7 and 61. RGB value is (172,183,97). Sum of RGB (Red+Green+Blue) = 172+183+97=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB761 is #53489E. Grayscale: #AAAAAA. Windows color (decimal): -5458079 or 6404012. OLE color: 6404012.

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

Color convert

RGB 172 183 97 -
CMYK 0.06 0 0.47 0.28
HSL 67.67º 0.37% 0.55% -
HSV(B) 67.67º 0.47% 0.72% -
XYZ 36.1 43.5 17.8 -
YUV 169.91 86.86 129.49 -
System Red Green Blue C M Y K H S L
Decimal 172 183 97 0.06 0 0.47 0.28 67.67 0.37 0.55
Hex AC B7 61 6 0 2F 1C 44 25 37
Octal 254 267 141 6 0 57 34 104 45 67
Binary 10101100 10110111 1100001 110 0 101111 11100 1000100 100101 110111

Color Harmonies of #ACB761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB761

Black with #ACB761

Text Example


Text Example

White with #ACB761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB761; }

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

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

background-color css

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

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

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

border-color css

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

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

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