Html Css Color HEX #8DC072 Olivine

📋 copy color: '#8DC072'

red 141 ◦ green 192 ◦ blue 114

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

Shades of Olivine #8DC072

Tints of Olivine #8DC072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.5%

R = 31.54%
G = 42.95%
B = 25.5%

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

#8DC072 (or 0x8DC072) is known color: Olivine. HEX triplet: 8D, C0 and 72. RGB value is (141,192,114). Sum of RGB (Red+Green+Blue) = 141+192+114=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC072 is #723F8D. Grayscale: #A8A8A8. Windows color (decimal): -7487374 or 7520397. OLE color: 7520397.

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

Color convert

RGB 141 192 114 -
CMYK 0.27 0 0.41 0.25
HSL 99.23º 0.38% 0.6% -
HSV(B) 99.23º 0.41% 0.75% -
XYZ 32.87 44.58 22.79 -
YUV 167.86 97.6 108.84 -
System Red Green Blue C M Y K H S L
Decimal 141 192 114 0.27 0 0.41 0.25 99.23 0.38 0.6
Hex 8D C0 72 1B 0 29 19 63 26 3C
Octal 215 300 162 33 0 51 31 143 46 74
Binary 10001101 11000000 1110010 11011 0 101001 11001 1100011 100110 111100

Color Harmonies of #8DC072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC072

Black with #8DC072

Text Example


Text Example

White with #8DC072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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