#8FB976

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

Shades of Olivine #8FB976

Tints of Olivine #8FB976

Color information

#8FB976 (or 0x8FB976) is unknown color: approx Olivine. HEX triplet: 8F, B9 and 76. RGB value is (143,185,118). Sum of RGB (Red+Green+Blue) = 143+185+118=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB976 is #704689. Grayscale: #A5A5A5. Windows color (decimal): -7358090 or 7780751. OLE color: 7780751.

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

Color convert

RGB143185118-
CMYK0.2300.360.27
HSL97.61º32.37%59.41%-
HSV(B)97.61º36.22%72.55%-
XYZ31.9541.8523.53-
YUV164.8101.59112.45-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.06%
GREEN value IS 185 (72.66% from 255) = 41.48%
BLUE value IS 118 (46.48% from 255) = 26.46%
R=32.06%
G=41.48%
B=26.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431851180.2300.360.2797.6132.3759.41
Hex8FB976170241B62203b
Octal21727116627044331424073
Binary10001111101110011110110101110100100110111100010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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