#8FB67A

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

Shades of Olivine #8FB67A

Tints of Olivine #8FB67A

Color information

#8FB67A (or 0x8FB67A) is unknown color: approx Olivine. HEX triplet: 8F, B6 and 7A. RGB value is (143,182,122). Sum of RGB (Red+Green+Blue) = 143+182+122=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 182 - color contains mainly: green. Hex color #8FB67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB67A is #704985. Grayscale: #A3A3A3. Windows color (decimal): -7358854 or 8042127. OLE color: 8042127.

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

Color convert

RGB143182122-
CMYK0.2100.330.29
HSL99º29.13%59.61%-
HSV(B)99º32.97%71.37%-
XYZ31.5740.724.6-
YUV163.5104.58113.38-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.99%
GREEN value IS 182 (71.48% from 255) = 40.72%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=31.99%
G=40.72%
B=27.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431821220.2100.330.299929.1359.61
Hex8FB67A150211D631d3c
Octal21726617225041351433574
Binary1000111110110110111101010101010000111101110001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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