#8DC370

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

Shades of Olivine #8DC370

Tints of Olivine #8DC370

Color information

#8DC370 (or 0x8DC370) is unknown color: approx Olivine. HEX triplet: 8D, C3 and 70. RGB value is (141,195,112). Sum of RGB (Red+Green+Blue) = 141+195+112=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC370 is #723C8F. Grayscale: #A9A9A9. Windows color (decimal): -7486608 or 7390093. OLE color: 7390093.

HSL color Cylindrical-coordinate representation of color #8DC370: hue angle of 99.04º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DC370 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB141195112-
CMYK0.2800.430.24
HSL99.04º40.89%60.2%-
HSV(B)99.04º42.56%76.47%-
XYZ33.4245.8622.42-
YUV169.3995.61107.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.47%
GREEN value IS 195 (76.56% from 255) = 43.53%
BLUE value IS 112 (44.14% from 255) = 25%
R=31.47%
G=43.53%
B=25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411951120.2800.430.2499.0440.8960.2
Hex8DC3701C02B1863293c
Octal21530316034053301435174
Binary10001101110000111110000111000101011110001100011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,195,112); }

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

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

 a { background-color: rgb(141,195,112); }

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

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

 span { border-color: rgb(141,195,112); }

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