#8CC172

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

Shades of Olivine #8CC172

Tints of Olivine #8CC172

Color information

#8CC172 (or 0x8CC172) is unknown color: approx Olivine. HEX triplet: 8C, C1 and 72. RGB value is (140,193,114). Sum of RGB (Red+Green+Blue) = 140+193+114=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC172 is #733E8D. Grayscale: #A8A8A8. Windows color (decimal): -7552654 or 7520652. OLE color: 7520652.

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

Color convert

RGB140193114-
CMYK0.2700.410.24
HSL100.25º38.92%60.2%-
HSV(B)100.25º40.93%75.69%-
XYZ32.9244.9322.86-
YUV168.1597.44107.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.32%
GREEN value IS 193 (75.78% from 255) = 43.18%
BLUE value IS 114 (44.92% from 255) = 25.50%
R=31.32%
G=43.18%
B=25.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401931140.2700.410.24100.2538.9260.2
Hex8CC1721B0291864273c
Octal21430116233051301444774
Binary10001100110000011110010110110101001110001100100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,193,114); }

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

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

 a { background-color: rgb(140,193,114); }

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

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

 span { border-color: rgb(140,193,114); }

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