Html Css Color HEX #8FAB7D Olivine

📋 copy color: '#8FAB7D'

red 143 ◦ green 171 ◦ blue 125

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

Shades of Olivine #8FAB7D

Tints of Olivine #8FAB7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.47%

R = 32.57%
G = 38.95%
B = 28.47%

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

#8FAB7D (or 0x8FAB7D) is known color: Olivine. HEX triplet: 8F, AB and 7D. RGB value is (143,171,125). Sum of RGB (Red+Green+Blue) = 143+171+125=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAB7D is #705482. Grayscale: #9D9D9D. Windows color (decimal): -7361667 or 8235919. OLE color: 8235919.

HSL color Cylindrical-coordinate representation of color #8FAB7D: hue angle of 96.52º degrees, saturation: 0.21, 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 #8FAB7D is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 171 125 -
CMYK 0.16 0 0.27 0.33
HSL 96.52º 0.21% 0.58% -
HSV(B) 96.52º 0.27% 0.67% -
XYZ 29.59 36.45 24.88 -
YUV 157.38 109.72 117.74 -
System Red Green Blue C M Y K H S L
Decimal 143 171 125 0.16 0 0.27 0.33 96.52 0.21 0.58
Hex 8F AB 7D 10 0 1B 21 61 15 3A
Octal 217 253 175 20 0 33 41 141 25 72
Binary 10001111 10101011 1111101 10000 0 11011 100001 1100001 10101 111010

Color Harmonies of #8FAB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAB7D

Black with #8FAB7D

Text Example


Text Example

White with #8FAB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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