Html Css Color HEX #8AB771 Olivine

📋 copy color: '#8AB771'

red 138 ◦ green 183 ◦ blue 113

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

Shades of Olivine #8AB771

Tints of Olivine #8AB771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.17%

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

R = 31.8%
G = 42.17%
B = 26.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#8AB771 (or 0x8AB771) is known color: Olivine. HEX triplet: 8A, B7 and 71. RGB value is (138,183,113). Sum of RGB (Red+Green+Blue) = 138+183+113=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB771 is #75488E. Grayscale: #A1A1A1. Windows color (decimal): -7686287 or 7452554. OLE color: 7452554.

HSL color Cylindrical-coordinate representation of color #8AB771: hue angle of 98.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AB771 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 183 113 -
CMYK 0.25 0 0.38 0.28
HSL 98.57º 0.33% 0.58% -
HSV(B) 98.57º 0.38% 0.72% -
XYZ 30.4 40.46 21.83 -
YUV 161.57 100.59 111.19 -
System Red Green Blue C M Y K H S L
Decimal 138 183 113 0.25 0 0.38 0.28 98.57 0.33 0.58
Hex 8A B7 71 19 0 26 1C 63 21 3A
Octal 212 267 161 31 0 46 34 143 41 72
Binary 10001010 10110111 1110001 11001 0 100110 11100 1100011 100001 111010

Color Harmonies of #8AB771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB771

Black with #8AB771

Text Example


Text Example

White with #8AB771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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