Html Css Color HEX #8DB36F Olivine

📋 copy color: '#8DB36F'

red 141 ◦ green 179 ◦ blue 111

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

Shades of Olivine #8DB36F

Tints of Olivine #8DB36F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.75%

R = 32.71%
G = 41.53%
B = 25.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#8DB36F (or 0x8DB36F) is known color: Olivine. HEX triplet: 8D, B3 and 6F. RGB value is (141,179,111). Sum of RGB (Red+Green+Blue) = 141+179+111=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB36F is #724C90. Grayscale: #A0A0A0. Windows color (decimal): -7490705 or 7320461. OLE color: 7320461.

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

Color convert

RGB 141 179 111 -
CMYK 0.21 0 0.38 0.30
HSL 93.53º 0.31% 0.57% -
HSV(B) 93.53º 0.38% 0.7% -
XYZ 29.97 39.05 21 -
YUV 159.89 100.41 114.53 -
System Red Green Blue C M Y K H S L
Decimal 141 179 111 0.21 0 0.38 0.30 93.53 0.31 0.57
Hex 8D B3 6F 15 0 26 1E 5E 1F 39
Octal 215 263 157 25 0 46 36 136 37 71
Binary 10001101 10110011 1101111 10101 0 100110 11110 1011110 11111 111001

Color Harmonies of #8DB36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB36F

Black with #8DB36F

Text Example


Text Example

White with #8DB36F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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