Html Css Color HEX #8DC176 Olivine

📋 copy color: '#8DC176'

red 141 ◦ green 193 ◦ blue 118

#8DC176
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #8DC176

Tints of Olivine #8DC176

RGB

 RED value IS 141 (55.47% from 255) = 31.19%

 GREEN value IS 193 (75.78% from 255) = 42.7%

 BLUE value IS 118 (46.48% from 255) = 26.11%

R = 31.19%
G = 42.7%
B = 26.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#8DC176 (or 0x8DC176) is known color: Olivine. HEX triplet: 8D, C1 and 76. RGB value is (141,193,118). Sum of RGB (Red+Green+Blue) = 141+193+118=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC176 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC176 is #723E89. Grayscale: #A9A9A9. Windows color (decimal): -7487114 or 7782797. OLE color: 7782797.

HSL color Cylindrical-coordinate representation of color #8DC176: hue angle of 101.6º degrees, saturation: 0.38, 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 #8DC176 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 141 193 118 -
CMYK 0.27 0 0.39 0.24
HSL 101.6º 0.38% 0.61% -
HSV(B) 101.6º 0.39% 0.76% -
XYZ 33.32 45.11 24.09 -
YUV 168.9 99.27 108.1 -
System Red Green Blue C M Y K H S L
Decimal 141 193 118 0.27 0 0.39 0.24 101.6 0.38 0.61
Hex 8D C1 76 1B 0 27 18 66 26 3D
Octal 215 301 166 33 0 47 30 146 46 75
Binary 10001101 11000001 1110110 11011 0 100111 11000 1100110 100110 111101

Color Harmonies of #8DC176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC176

Black with #8DC176

Text Example


Text Example

White with #8DC176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,193,118); }

 H1.HeaderClassName
 {
   color: #8DC176;
 }
 .AnyTagClassName
 {
   color: #8DC176;
 }
</style>

background-color css

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

 a { background-color: rgb(141,193,118); }

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

border-color css

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

 span { border-color: rgb(141,193,118); }

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