Html Css Color HEX #8DB872 Olivine

📋 copy color: '#8DB872'

red 141 ◦ green 184 ◦ blue 114

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

Shades of Olivine #8DB872

Tints of Olivine #8DB872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.91%

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

R = 32.12%
G = 41.91%
B = 25.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#8DB872 (or 0x8DB872) is known color: Olivine. HEX triplet: 8D, B8 and 72. RGB value is (141,184,114). Sum of RGB (Red+Green+Blue) = 141+184+114=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB872 is #72478D. Grayscale: #A3A3A3. Windows color (decimal): -7489422 or 7518349. OLE color: 7518349.

HSL color Cylindrical-coordinate representation of color #8DB872: hue angle of 96.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DB872 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 141 184 114 -
CMYK 0.23 0 0.38 0.28
HSL 96.86º 0.33% 0.58% -
HSV(B) 96.86º 0.38% 0.72% -
XYZ 31.16 41.16 22.22 -
YUV 163.16 100.25 112.19 -
System Red Green Blue C M Y K H S L
Decimal 141 184 114 0.23 0 0.38 0.28 96.86 0.33 0.58
Hex 8D B8 72 17 0 26 1C 61 21 3A
Octal 215 270 162 27 0 46 34 141 41 72
Binary 10001101 10111000 1110010 10111 0 100110 11100 1100001 100001 111010

Color Harmonies of #8DB872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB872

Black with #8DB872

Text Example


Text Example

White with #8DB872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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