#8CC376

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

Shades of Olivine #8CC376

Tints of Olivine #8CC376

Color information

#8CC376 (or 0x8CC376) is unknown color: approx Olivine. HEX triplet: 8C, C3 and 76. RGB value is (140,195,118). Sum of RGB (Red+Green+Blue) = 140+195+118=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC376 is #733C89. Grayscale: #AAAAAA. Windows color (decimal): -7552138 or 7783308. OLE color: 7783308.

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

Color convert

RGB140195118-
CMYK0.2800.390.24
HSL102.86º39.09%61.37%-
HSV(B)102.86º39.49%76.47%-
XYZ33.645.9124.23-
YUV169.7898.78106.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.91%
GREEN value IS 195 (76.56% from 255) = 43.05%
BLUE value IS 118 (46.48% from 255) = 26.05%
R=30.91%
G=43.05%
B=26.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401951180.2800.390.24102.8639.0961.37
Hex8CC3761C0271867273d
Octal21430316634047301474775
Binary10001100110000111110110111000100111110001100111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,195,118); }

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

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

 a { background-color: rgb(140,195,118); }

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

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

 span { border-color: rgb(140,195,118); }

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