Html Css Color HEX #ACB75F Olive Green

📋 copy color: '#ACB75F'

red 172 ◦ green 183 ◦ blue 95

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

Shades of Olive Green #ACB75F

Tints of Olive Green #ACB75F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.11%

R = 38.22%
G = 40.67%
B = 21.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#ACB75F (or 0xACB75F) is known color: Olive Green. HEX triplet: AC, B7 and 5F. RGB value is (172,183,95). Sum of RGB (Red+Green+Blue) = 172+183+95=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB75F is #5348A0. Grayscale: #AAAAAA. Windows color (decimal): -5458081 or 6272940. OLE color: 6272940.

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

Color convert

RGB 172 183 95 -
CMYK 0.06 0 0.48 0.28
HSL 67.5º 0.38% 0.55% -
HSV(B) 67.5º 0.48% 0.72% -
XYZ 36.01 43.46 17.32 -
YUV 169.68 85.86 129.66 -
System Red Green Blue C M Y K H S L
Decimal 172 183 95 0.06 0 0.48 0.28 67.5 0.38 0.55
Hex AC B7 5F 6 0 30 1C 44 26 37
Octal 254 267 137 6 0 60 34 104 46 67
Binary 10101100 10110111 1011111 110 0 110000 11100 1000100 100110 110111

Color Harmonies of #ACB75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB75F

Black with #ACB75F

Text Example


Text Example

White with #ACB75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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