#8FB07A

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

Shades of Olivine #8FB07A

Tints of Olivine #8FB07A

Color information

#8FB07A (or 0x8FB07A) is unknown color: approx Olivine. HEX triplet: 8F, B0 and 7A. RGB value is (143,176,122). Sum of RGB (Red+Green+Blue) = 143+176+122=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 176 - color contains mainly: green. Hex color #8FB07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FB07A is #704F85. Grayscale: #A0A0A0. Windows color (decimal): -7360390 or 8040591. OLE color: 8040591.

HSL color Cylindrical-coordinate representation of color #8FB07A: hue angle of 96.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FB07A is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB143176122-
CMYK0.1900.310.31
HSL96.67º25.47%58.43%-
HSV(B)96.67º30.68%69.02%-
XYZ30.3738.324.2-
YUV159.98106.57115.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.43%
GREEN value IS 176 (69.14% from 255) = 39.91%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=32.43%
G=39.91%
B=27.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431761220.1900.310.3196.6725.4758.43
Hex8FB07A1301F1F61193a
Octal21726017223037371413172
Binary100011111011000011110101001101111111111110000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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