Html Css Color HEX #8FAB7C Olivine

📋 copy color: '#8FAB7C'

red 143 ◦ green 171 ◦ blue 124

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

Shades of Olivine #8FAB7C

Tints of Olivine #8FAB7C

RGB

 RED value IS 143 (56.25% from 255) = 32.65%

 GREEN value IS 171 (67.19% from 255) = 39.04%

 BLUE value IS 124 (48.83% from 255) = 28.31%

R = 32.65%
G = 39.04%
B = 28.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#8FAB7C (or 0x8FAB7C) is known color: Olivine. HEX triplet: 8F, AB and 7C. RGB value is (143,171,124). Sum of RGB (Red+Green+Blue) = 143+171+124=438 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.65% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAB7C is #705483. Grayscale: #9D9D9D. Windows color (decimal): -7361668 or 8170383. OLE color: 8170383.

HSL color Cylindrical-coordinate representation of color #8FAB7C: hue angle of 95.74º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FAB7C is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 171 124 -
CMYK 0.16 0 0.27 0.33
HSL 95.74º 0.22% 0.58% -
HSV(B) 95.74º 0.27% 0.67% -
XYZ 29.53 36.42 24.54 -
YUV 157.27 109.22 117.82 -
System Red Green Blue C M Y K H S L
Decimal 143 171 124 0.16 0 0.27 0.33 95.74 0.22 0.58
Hex 8F AB 7C 10 0 1B 21 60 16 3A
Octal 217 253 174 20 0 33 41 140 26 72
Binary 10001111 10101011 1111100 10000 0 11011 100001 1100000 10110 111010

Color Harmonies of #8FAB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAB7C

Black with #8FAB7C

Text Example


Text Example

White with #8FAB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,171,124); }

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

background-color css

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

 a { background-color: rgb(143,171,124); }

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

border-color css

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

 span { border-color: rgb(143,171,124); }

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