Html Css Color HEX #8DB76F Olivine

📋 copy color: '#8DB76F'

red 141 ◦ green 183 ◦ blue 111

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

Shades of Olivine #8DB76F

Tints of Olivine #8DB76F

RGB

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

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

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

R = 32.41%
G = 42.07%
B = 25.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#8DB76F (or 0x8DB76F) is known color: Olivine. HEX triplet: 8D, B7 and 6F. RGB value is (141,183,111). Sum of RGB (Red+Green+Blue) = 141+183+111=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB76F is #724890. Grayscale: #A2A2A2. Windows color (decimal): -7489681 or 7321485. OLE color: 7321485.

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

Color convert

RGB 141 183 111 -
CMYK 0.23 0 0.39 0.28
HSL 95º 0.33% 0.58% -
HSV(B) 95º 0.39% 0.72% -
XYZ 30.79 40.68 21.27 -
YUV 162.23 99.09 112.85 -
System Red Green Blue C M Y K H S L
Decimal 141 183 111 0.23 0 0.39 0.28 95 0.33 0.58
Hex 8D B7 6F 17 0 27 1C 5F 21 3A
Octal 215 267 157 27 0 47 34 137 41 72
Binary 10001101 10110111 1101111 10111 0 100111 11100 1011111 100001 111010

Color Harmonies of #8DB76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB76F

Black with #8DB76F

Text Example


Text Example

White with #8DB76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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