#8DC372

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

Shades of Olivine #8DC372

Tints of Olivine #8DC372

Color information

#8DC372 (or 0x8DC372) is unknown color: approx Olivine. HEX triplet: 8D, C3 and 72. RGB value is (141,195,114). Sum of RGB (Red+Green+Blue) = 141+195+114=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC372 is #723C8D. Grayscale: #A9A9A9. Windows color (decimal): -7486606 or 7521165. OLE color: 7521165.

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

Color convert

RGB141195114-
CMYK0.2800.420.24
HSL100º40.3%60.59%-
HSV(B)100º41.54%76.47%-
XYZ33.5445.9123.01-
YUV169.6296.61107.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.33%
GREEN value IS 195 (76.56% from 255) = 43.33%
BLUE value IS 114 (44.92% from 255) = 25.33%
R=31.33%
G=43.33%
B=25.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411951140.2800.420.2410040.360.59
Hex8DC3721C02A1864283d
Octal21530316234052301445075
Binary10001101110000111110010111000101010110001100100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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