#8FB37A

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

Shades of Olivine #8FB37A

Tints of Olivine #8FB37A

Color information

#8FB37A (or 0x8FB37A) is unknown color: approx Olivine. HEX triplet: 8F, B3 and 7A. RGB value is (143,179,122). Sum of RGB (Red+Green+Blue) = 143+179+122=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB37A is #704C85. Grayscale: #A1A1A1. Windows color (decimal): -7359622 or 8041359. OLE color: 8041359.

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

Color convert

RGB143179122-
CMYK0.2000.320.30
HSL97.89º27.27%59.02%-
HSV(B)97.89º31.84%70.2%-
XYZ30.9639.4824.4-
YUV161.74105.57114.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.21%
GREEN value IS 179 (70.31% from 255) = 40.32%
BLUE value IS 122 (48.05% from 255) = 27.48%
R=32.21%
G=40.32%
B=27.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1431791220.2000.320.3097.8927.2759.02
Hex8FB37A140201E621b3b
Octal21726317224040361423373
Binary1000111110110011111101010100010000011110110001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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