Html Css Color HEX #8DC071 Olivine

📋 copy color: '#8DC071'

red 141 ◦ green 192 ◦ blue 113

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

Shades of Olivine #8DC071

Tints of Olivine #8DC071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.05%

 BLUE value IS 113 (44.53% from 255) = 25.34%

R = 31.61%
G = 43.05%
B = 25.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#8DC071 (or 0x8DC071) is known color: Olivine. HEX triplet: 8D, C0 and 71. RGB value is (141,192,113). Sum of RGB (Red+Green+Blue) = 141+192+113=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC071 is #723F8E. Grayscale: #A8A8A8. Windows color (decimal): -7487375 or 7454861. OLE color: 7454861.

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

Color convert

RGB 141 192 113 -
CMYK 0.27 0 0.41 0.25
HSL 98.73º 0.39% 0.6% -
HSV(B) 98.73º 0.41% 0.75% -
XYZ 32.81 44.55 22.49 -
YUV 167.75 97.1 108.92 -
System Red Green Blue C M Y K H S L
Decimal 141 192 113 0.27 0 0.41 0.25 98.73 0.39 0.6
Hex 8D C0 71 1B 0 29 19 63 27 3C
Octal 215 300 161 33 0 51 31 143 47 74
Binary 10001101 11000000 1110001 11011 0 101001 11001 1100011 100111 111100

Color Harmonies of #8DC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC071

Black with #8DC071

Text Example


Text Example

White with #8DC071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,192,113); }

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

background-color css

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

 a { background-color: rgb(141,192,113); }

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

border-color css

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

 span { border-color: rgb(141,192,113); }

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