#8FB679

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

Shades of Olivine #8FB679

Tints of Olivine #8FB679

Color information

#8FB679 (or 0x8FB679) is unknown color: approx Olivine. HEX triplet: 8F, B6 and 79. RGB value is (143,182,121). Sum of RGB (Red+Green+Blue) = 143+182+121=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 182 - color contains mainly: green. Hex color #8FB679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB679 is #704986. Grayscale: #A3A3A3. Windows color (decimal): -7358855 or 7976591. OLE color: 7976591.

HSL color Cylindrical-coordinate representation of color #8FB679: hue angle of 98.36º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FB679 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB143182121-
CMYK0.2100.340.29
HSL98.36º29.47%59.41%-
HSV(B)98.36º33.52%71.37%-
XYZ31.5140.6824.28-
YUV163.38104.08113.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.06%
GREEN value IS 182 (71.48% from 255) = 40.81%
BLUE value IS 121 (47.66% from 255) = 27.13%
R=32.06%
G=40.81%
B=27.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431821210.2100.340.2998.3629.4759.41
Hex8FB679150221D621d3b
Octal21726617125042351423573
Binary1000111110110110111100110101010001011101110001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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