#8FC065

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

Shades of Olivine #8FC065

Tints of Olivine #8FC065

Color information

#8FC065 (or 0x8FC065) is unknown color: approx Olivine. HEX triplet: 8F, C0 and 65. RGB value is (143,192,101). Sum of RGB (Red+Green+Blue) = 143+192+101=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC065 is #703F9A. Grayscale: #A7A7A7. Windows color (decimal): -7356315 or 6668431. OLE color: 6668431.

HSL color Cylindrical-coordinate representation of color #8FC065: hue angle of 92.31º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FC065 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB143192101-
CMYK0.2600.470.25
HSL92.31º41.94%57.45%-
HSV(B)92.31º47.4%75.29%-
XYZ32.5344.4819.18-
YUV166.9890.77110.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.80%
GREEN value IS 192 (75.39% from 255) = 44.04%
BLUE value IS 101 (39.84% from 255) = 23.17%
R=32.80%
G=44.04%
B=23.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431921010.2600.470.2592.3141.9457.45
Hex8FC0651A02F195c2a39
Octal21730014532057311345271
Binary10001111110000001100101110100101111110011011100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,192,101); }

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

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

 a { background-color: rgb(143,192,101); }

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

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

 span { border-color: rgb(143,192,101); }

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