Html Css Color HEX #8ABA71 Olivine

📋 copy color: '#8ABA71'

red 138 ◦ green 186 ◦ blue 113

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

Shades of Olivine #8ABA71

Tints of Olivine #8ABA71

RGB

 RED value IS 138 (54.3% from 255) = 31.58%

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

 BLUE value IS 113 (44.53% from 255) = 25.86%

R = 31.58%
G = 42.56%
B = 25.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#8ABA71 (or 0x8ABA71) is known color: Olivine. HEX triplet: 8A, BA and 71. RGB value is (138,186,113). Sum of RGB (Red+Green+Blue) = 138+186+113=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA71 is #75458E. Grayscale: #A3A3A3. Windows color (decimal): -7685519 or 7453322. OLE color: 7453322.

HSL color Cylindrical-coordinate representation of color #8ABA71: hue angle of 99.45º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ABA71 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 186 113 -
CMYK 0.26 0 0.39 0.27
HSL 99.45º 0.35% 0.59% -
HSV(B) 99.45º 0.39% 0.73% -
XYZ 31.02 41.71 22.04 -
YUV 163.33 99.6 109.94 -
System Red Green Blue C M Y K H S L
Decimal 138 186 113 0.26 0 0.39 0.27 99.45 0.35 0.59
Hex 8A BA 71 1A 0 27 1B 63 23 3B
Octal 212 272 161 32 0 47 33 143 43 73
Binary 10001010 10111010 1110001 11010 0 100111 11011 1100011 100011 111011

Color Harmonies of #8ABA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABA71

Black with #8ABA71

Text Example


Text Example

White with #8ABA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ABA71; }

 p { color: rgb(138,186,113); }

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

background-color css

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

 a { background-color: rgb(138,186,113); }

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

border-color css

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

 span { border-color: rgb(138,186,113); }

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