Html Css Color HEX #8FBA6F Olivine

📋 copy color: '#8FBA6F'

red 143 ◦ green 186 ◦ blue 111

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

Shades of Olivine #8FBA6F

Tints of Olivine #8FBA6F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.27%

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

R = 32.5%
G = 42.27%
B = 25.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#8FBA6F (or 0x8FBA6F) is known color: Olivine. HEX triplet: 8F, BA and 6F. RGB value is (143,186,111). Sum of RGB (Red+Green+Blue) = 143+186+111=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBA6F is #704590. Grayscale: #A4A4A4. Windows color (decimal): -7357841 or 7322255. OLE color: 7322255.

HSL color Cylindrical-coordinate representation of color #8FBA6F: hue angle of 94.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FBA6F is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 186 111 -
CMYK 0.23 0 0.40 0.27
HSL 94.4º 0.35% 0.58% -
HSV(B) 94.4º 0.4% 0.73% -
XYZ 31.76 42.11 21.49 -
YUV 164.59 97.75 112.6 -
System Red Green Blue C M Y K H S L
Decimal 143 186 111 0.23 0 0.40 0.27 94.4 0.35 0.58
Hex 8F BA 6F 17 0 28 1B 5E 23 3A
Octal 217 272 157 27 0 50 33 136 43 72
Binary 10001111 10111010 1101111 10111 0 101000 11011 1011110 100011 111010

Color Harmonies of #8FBA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBA6F

Black with #8FBA6F

Text Example


Text Example

White with #8FBA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,186,111); }

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

background-color css

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

 a { background-color: rgb(143,186,111); }

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

border-color css

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

 span { border-color: rgb(143,186,111); }

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