Html Css Color HEX #8DC175 Olivine

📋 copy color: '#8DC175'

red 141 ◦ green 193 ◦ blue 117

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

Shades of Olivine #8DC175

Tints of Olivine #8DC175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.94%

R = 31.26%
G = 42.79%
B = 25.94%

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

#8DC175 (or 0x8DC175) is known color: Olivine. HEX triplet: 8D, C1 and 75. RGB value is (141,193,117). Sum of RGB (Red+Green+Blue) = 141+193+117=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC175 is #723E8A. Grayscale: #A9A9A9. Windows color (decimal): -7487115 or 7717261. OLE color: 7717261.

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

Color convert

RGB 141 193 117 -
CMYK 0.27 0 0.39 0.24
HSL 101.05º 0.38% 0.61% -
HSV(B) 101.05º 0.39% 0.76% -
XYZ 33.27 45.09 23.78 -
YUV 168.79 98.77 108.18 -
System Red Green Blue C M Y K H S L
Decimal 141 193 117 0.27 0 0.39 0.24 101.05 0.38 0.61
Hex 8D C1 75 1B 0 27 18 65 26 3D
Octal 215 301 165 33 0 47 30 145 46 75
Binary 10001101 11000001 1110101 11011 0 100111 11000 1100101 100110 111101

Color Harmonies of #8DC175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC175

Black with #8DC175

Text Example


Text Example

White with #8DC175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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