Html Css Color HEX #8FC071 Olivine

📋 copy color: '#8FC071'

red 143 ◦ green 192 ◦ blue 113

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

Shades of Olivine #8FC071

Tints of Olivine #8FC071

RGB

 RED value IS 143 (56.25% from 255) = 31.92%

 GREEN value IS 192 (75.39% from 255) = 42.86%

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

R = 31.92%
G = 42.86%
B = 25.22%

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

#8FC071 (or 0x8FC071) is known color: Olivine. HEX triplet: 8F, C0 and 71. RGB value is (143,192,113). Sum of RGB (Red+Green+Blue) = 143+192+113=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC071 is #703F8E. Grayscale: #A8A8A8. Windows color (decimal): -7356303 or 7454863. OLE color: 7454863.

HSL color Cylindrical-coordinate representation of color #8FC071: hue angle of 97.22º degrees, saturation: 0.39, 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 #8FC071 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 192 113 -
CMYK 0.26 0 0.41 0.25
HSL 97.22º 0.39% 0.6% -
HSV(B) 97.22º 0.41% 0.75% -
XYZ 33.16 44.73 22.51 -
YUV 168.34 96.77 109.92 -
System Red Green Blue C M Y K H S L
Decimal 143 192 113 0.26 0 0.41 0.25 97.22 0.39 0.6
Hex 8F C0 71 1A 0 29 19 61 27 3C
Octal 217 300 161 32 0 51 31 141 47 74
Binary 10001111 11000000 1110001 11010 0 101001 11001 1100001 100111 111100

Color Harmonies of #8FC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC071

Black with #8FC071

Text Example


Text Example

White with #8FC071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,192,113); }

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

background-color css

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

 a { background-color: rgb(143,192,113); }

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

border-color css

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

 span { border-color: rgb(143,192,113); }

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