Html Css Color HEX #ABBA68 Olive Green

📋 copy color: '#ABBA68'

red 171 ◦ green 186 ◦ blue 104

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

Shades of Olive Green #ABBA68

Tints of Olive Green #ABBA68

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.35%

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

R = 37.09%
G = 40.35%
B = 22.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#ABBA68 (or 0xABBA68) is known color: Olive Green. HEX triplet: AB, BA and 68. RGB value is (171,186,104). Sum of RGB (Red+Green+Blue) = 171+186+104=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA68 is #544597. Grayscale: #ACACAC. Windows color (decimal): -5522840 or 6863531. OLE color: 6863531.

HSL color Cylindrical-coordinate representation of color #ABBA68: hue angle of 70.98º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABBA68 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 104 -
CMYK 0.08 0 0.44 0.27
HSL 70.98º 0.37% 0.57% -
HSV(B) 70.98º 0.44% 0.73% -
XYZ 36.85 44.78 19.8 -
YUV 172.17 89.53 127.17 -
System Red Green Blue C M Y K H S L
Decimal 171 186 104 0.08 0 0.44 0.27 70.98 0.37 0.57
Hex AB BA 68 8 0 2C 1B 47 25 39
Octal 253 272 150 10 0 54 33 107 45 71
Binary 10101011 10111010 1101000 1000 0 101100 11011 1000111 100101 111001

Color Harmonies of #ABBA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA68

Black with #ABBA68

Text Example


Text Example

White with #ABBA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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