Html Css Color HEX #ABBA6A Olive Green

📋 copy color: '#ABBA6A'

red 171 ◦ green 186 ◦ blue 106

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

Shades of Olive Green #ABBA6A

Tints of Olive Green #ABBA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.89%

R = 36.93%
G = 40.17%
B = 22.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#ABBA6A (or 0xABBA6A) is known color: Olive Green. HEX triplet: AB, BA and 6A. RGB value is (171,186,106). Sum of RGB (Red+Green+Blue) = 171+186+106=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA6A is #544595. Grayscale: #ACACAC. Windows color (decimal): -5522838 or 6994603. OLE color: 6994603.

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

Color convert

RGB 171 186 106 -
CMYK 0.08 0 0.43 0.27
HSL 71.25º 0.37% 0.57% -
HSV(B) 71.25º 0.43% 0.73% -
XYZ 36.96 44.82 20.34 -
YUV 172.4 90.53 127 -
System Red Green Blue C M Y K H S L
Decimal 171 186 106 0.08 0 0.43 0.27 71.25 0.37 0.57
Hex AB BA 6A 8 0 2B 1B 47 25 39
Octal 253 272 152 10 0 53 33 107 45 71
Binary 10101011 10111010 1101010 1000 0 101011 11011 1000111 100101 111001

Color Harmonies of #ABBA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA6A

Black with #ABBA6A

Text Example


Text Example

White with #ABBA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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