#8FB97E

Color #8FB97E Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #8FB97E

Tints of Olivine #8FB97E

Color information

#8FB97E (or 0x8FB97E) is unknown color: approx Olivine. HEX triplet: 8F, B9 and 7E. RGB value is (143,185,126). Sum of RGB (Red+Green+Blue) = 143+185+126=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB97E is #704681. Grayscale: #A5A5A5. Windows color (decimal): -7358082 or 8305039. OLE color: 8305039.

HSL color Cylindrical-coordinate representation of color #8FB97E: hue angle of 102.71º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FB97E is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB143185126-
CMYK0.2300.320.27
HSL102.71º29.65%60.98%-
HSV(B)102.71º31.89%72.55%-
XYZ32.4442.0426.14-
YUV165.72105.59111.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.50%
GREEN value IS 185 (72.66% from 255) = 40.75%
BLUE value IS 126 (49.61% from 255) = 27.75%
R=31.50%
G=40.75%
B=27.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431851260.2300.320.27102.7129.6560.98
Hex8FB97E170201B671e3d
Octal21727117627040331473675
Binary1000111110111001111111010111010000011011110011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,185,126); }

 H1.HeaderClassName
 {
   color: #8FB97E;
 }
 .AnyTagClassName
 {
   color: #8FB97E;
 }
</style>
background-color css

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

 a { background-color: rgb(143,185,126); }

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

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

 span { border-color: rgb(143,185,126); }

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