Html Css Color HEX #8DB372 Olivine

📋 copy color: '#8DB372'

red 141 ◦ green 179 ◦ blue 114

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

Shades of Olivine #8DB372

Tints of Olivine #8DB372

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.24%

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

R = 32.49%
G = 41.24%
B = 26.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#8DB372 (or 0x8DB372) is known color: Olivine. HEX triplet: 8D, B3 and 72. RGB value is (141,179,114). Sum of RGB (Red+Green+Blue) = 141+179+114=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB372 is #724C8D. Grayscale: #A0A0A0. Windows color (decimal): -7490702 or 7517069. OLE color: 7517069.

HSL color Cylindrical-coordinate representation of color #8DB372: hue angle of 95.08º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DB372 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 141 179 114 -
CMYK 0.21 0 0.36 0.30
HSL 95.08º 0.3% 0.57% -
HSV(B) 95.08º 0.36% 0.7% -
XYZ 30.14 39.12 21.88 -
YUV 160.23 101.91 114.29 -
System Red Green Blue C M Y K H S L
Decimal 141 179 114 0.21 0 0.36 0.30 95.08 0.3 0.57
Hex 8D B3 72 15 0 24 1E 5F 1E 39
Octal 215 263 162 25 0 44 36 137 36 71
Binary 10001101 10110011 1110010 10101 0 100100 11110 1011111 11110 111001

Color Harmonies of #8DB372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB372

Black with #8DB372

Text Example


Text Example

White with #8DB372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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