Html Css Color HEX #8DBF71 Olivine

📋 copy color: '#8DBF71'

red 141 ◦ green 191 ◦ blue 113

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

Shades of Olivine #8DBF71

Tints of Olivine #8DBF71

RGB

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

 GREEN value IS 191 (75% from 255) = 42.92%

 BLUE value IS 113 (44.53% from 255) = 25.39%

R = 31.69%
G = 42.92%
B = 25.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#8DBF71 (or 0x8DBF71) is known color: Olivine. HEX triplet: 8D, BF and 71. RGB value is (141,191,113). Sum of RGB (Red+Green+Blue) = 141+191+113=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBF71 is #72408E. Grayscale: #A7A7A7. Windows color (decimal): -7487631 or 7454605. OLE color: 7454605.

HSL color Cylindrical-coordinate representation of color #8DBF71: hue angle of 98.46º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DBF71 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 191 113 -
CMYK 0.26 0 0.41 0.25
HSL 98.46º 0.38% 0.6% -
HSV(B) 98.46º 0.41% 0.75% -
XYZ 32.6 44.12 22.42 -
YUV 167.16 97.44 109.34 -
System Red Green Blue C M Y K H S L
Decimal 141 191 113 0.26 0 0.41 0.25 98.46 0.38 0.6
Hex 8D BF 71 1A 0 29 19 62 26 3C
Octal 215 277 161 32 0 51 31 142 46 74
Binary 10001101 10111111 1110001 11010 0 101001 11001 1100010 100110 111100

Color Harmonies of #8DBF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBF71

Black with #8DBF71

Text Example


Text Example

White with #8DBF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,191,113); }

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

background-color css

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

 a { background-color: rgb(141,191,113); }

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

border-color css

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

 span { border-color: rgb(141,191,113); }

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