Html Css Color HEX #8DB772 Olivine

📋 copy color: '#8DB772'

red 141 ◦ green 183 ◦ blue 114

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

Shades of Olivine #8DB772

Tints of Olivine #8DB772

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.78%

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

R = 32.19%
G = 41.78%
B = 26.03%

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

#8DB772 (or 0x8DB772) is known color: Olivine. HEX triplet: 8D, B7 and 72. RGB value is (141,183,114). Sum of RGB (Red+Green+Blue) = 141+183+114=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB772 is #72488D. Grayscale: #A2A2A2. Windows color (decimal): -7489678 or 7518093. OLE color: 7518093.

HSL color Cylindrical-coordinate representation of color #8DB772: hue angle of 96.52º degrees, saturation: 0.32, 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 #8DB772 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 141 183 114 -
CMYK 0.23 0 0.38 0.28
HSL 96.52º 0.32% 0.58% -
HSV(B) 96.52º 0.38% 0.72% -
XYZ 30.96 40.74 22.15 -
YUV 162.58 100.59 112.61 -
System Red Green Blue C M Y K H S L
Decimal 141 183 114 0.23 0 0.38 0.28 96.52 0.32 0.58
Hex 8D B7 72 17 0 26 1C 61 20 3A
Octal 215 267 162 27 0 46 34 141 40 72
Binary 10001101 10110111 1110010 10111 0 100110 11100 1100001 100000 111010

Color Harmonies of #8DB772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB772

Black with #8DB772

Text Example


Text Example

White with #8DB772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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