Html Css Color HEX #ACAB68 Olive Green

📋 copy color: '#ACAB68'

red 172 ◦ green 171 ◦ blue 104

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

Shades of Olive Green #ACAB68

Tints of Olive Green #ACAB68

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.26%

 BLUE value IS 104 (41.02% from 255) = 23.27%

R = 38.48%
G = 38.26%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#ACAB68 (or 0xACAB68) is known color: Olive Green. HEX triplet: AC, AB and 68. RGB value is (172,171,104). Sum of RGB (Red+Green+Blue) = 172+171+104=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB68 is #535497. Grayscale: #A3A3A3. Windows color (decimal): -5461144 or 6859692. OLE color: 6859692.

HSL color Cylindrical-coordinate representation of color #ACAB68: hue angle of 59.12º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACAB68 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 171 104 -
CMYK 0 0.01 0.40 0.33
HSL 59.12º 0.29% 0.54% -
HSV(B) 59.12º 0.4% 0.67% -
XYZ 34.07 38.9 18.81 -
YUV 163.66 94.33 133.95 -
System Red Green Blue C M Y K H S L
Decimal 172 171 104 0 0.01 0.40 0.33 59.12 0.29 0.54
Hex AC AB 68 0 1 28 21 3B 1D 36
Octal 254 253 150 0 1 50 41 73 35 66
Binary 10101100 10101011 1101000 0 1 101000 100001 111011 11101 110110

Color Harmonies of #ACAB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB68

Black with #ACAB68

Text Example


Text Example

White with #ACAB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB68; }

 p { color: rgb(172,171,104); }

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

background-color css

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

 a { background-color: rgb(172,171,104); }

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

border-color css

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

 span { border-color: rgb(172,171,104); }

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