Html Css Color HEX #8DC078 Olivine

📋 copy color: '#8DC078'

red 141 ◦ green 192 ◦ blue 120

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

Shades of Olivine #8DC078

Tints of Olivine #8DC078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.49%

R = 31.13%
G = 42.38%
B = 26.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#8DC078 (or 0x8DC078) is known color: Olivine. HEX triplet: 8D, C0 and 78. RGB value is (141,192,120). Sum of RGB (Red+Green+Blue) = 141+192+120=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC078 is #723F87. Grayscale: #A8A8A8. Windows color (decimal): -7487368 or 7913613. OLE color: 7913613.

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

Color convert

RGB 141 192 120 -
CMYK 0.27 0 0.38 0.25
HSL 102.5º 0.36% 0.61% -
HSV(B) 102.5º 0.38% 0.75% -
XYZ 33.22 44.72 24.65 -
YUV 168.54 100.6 108.35 -
System Red Green Blue C M Y K H S L
Decimal 141 192 120 0.27 0 0.38 0.25 102.5 0.36 0.61
Hex 8D C0 78 1B 0 26 19 66 24 3D
Octal 215 300 170 33 0 46 31 146 44 75
Binary 10001101 11000000 1111000 11011 0 100110 11001 1100110 100100 111101

Color Harmonies of #8DC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC078

Black with #8DC078

Text Example


Text Example

White with #8DC078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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