#8FBF79

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

Shades of Olivine #8FBF79

Tints of Olivine #8FBF79

Color information

#8FBF79 (or 0x8FBF79) is unknown color: approx Olivine. HEX triplet: 8F, BF and 79. RGB value is (143,191,121). Sum of RGB (Red+Green+Blue) = 143+191+121=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBF79 is #704086. Grayscale: #A8A8A8. Windows color (decimal): -7356551 or 7978895. OLE color: 7978895.

HSL color Cylindrical-coordinate representation of color #8FBF79: hue angle of 101.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FBF79 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB143191121-
CMYK0.2500.370.25
HSL101.14º35.35%61.18%-
HSV(B)101.14º36.65%74.9%-
XYZ33.4144.4824.91-
YUV168.67101.1109.69-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.43%
GREEN value IS 191 (75% from 255) = 41.98%
BLUE value IS 121 (47.66% from 255) = 26.59%
R=31.43%
G=41.98%
B=26.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431911210.2500.370.25101.1435.3561.18
Hex8FBF79190251965233d
Octal21727717131045311454375
Binary10001111101111111111001110010100101110011100101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,191,121); }

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

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

 a { background-color: rgb(143,191,121); }

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

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

 span { border-color: rgb(143,191,121); }

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