Html Css Color HEX #ABAA68 Olive Green

📋 copy color: '#ABAA68'

red 171 ◦ green 170 ◦ blue 104

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

Shades of Olive Green #ABAA68

Tints of Olive Green #ABAA68

RGB

 RED value IS 171 (67.19% from 255) = 38.43%

 GREEN value IS 170 (66.8% from 255) = 38.2%

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

R = 38.43%
G = 38.2%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#ABAA68 (or 0xABAA68) is known color: Olive Green. HEX triplet: AB, AA and 68. RGB value is (171,170,104). Sum of RGB (Red+Green+Blue) = 171+170+104=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA68 is #545597. Grayscale: #A3A3A3. Windows color (decimal): -5526936 or 6859435. OLE color: 6859435.

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

Color convert

RGB 171 170 104 -
CMYK 0 0.01 0.39 0.33
HSL 59.1º 0.29% 0.54% -
HSV(B) 59.1º 0.39% 0.67% -
XYZ 33.67 38.41 18.74 -
YUV 162.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 171 170 104 0 0.01 0.39 0.33 59.1 0.29 0.54
Hex AB AA 68 0 1 27 21 3B 1D 36
Octal 253 252 150 0 1 47 41 73 35 66
Binary 10101011 10101010 1101000 0 1 100111 100001 111011 11101 110110

Color Harmonies of #ABAA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA68

Black with #ABAA68

Text Example


Text Example

White with #ABAA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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