Html Css Color HEX #8FB96F Olivine

📋 copy color: '#8FB96F'

red 143 ◦ green 185 ◦ blue 111

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

Shades of Olivine #8FB96F

Tints of Olivine #8FB96F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.14%

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

R = 32.57%
G = 42.14%
B = 25.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#8FB96F (or 0x8FB96F) is known color: Olivine. HEX triplet: 8F, B9 and 6F. RGB value is (143,185,111). Sum of RGB (Red+Green+Blue) = 143+185+111=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB96F is #704690. Grayscale: #A4A4A4. Windows color (decimal): -7358097 or 7321999. OLE color: 7321999.

HSL color Cylindrical-coordinate representation of color #8FB96F: hue angle of 94.05º 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 #8FB96F is Cyan = 0.23, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 185 111 -
CMYK 0.23 0 0.4 0.27
HSL 94.05º 0.35% 0.58% -
HSV(B) 94.05º 0.4% 0.73% -
XYZ 31.55 41.69 21.42 -
YUV 164.01 98.09 113.02 -
System Red Green Blue C M Y K H S L
Decimal 143 185 111 0.23 0 0.4 0.27 94.05 0.35 0.58
Hex 8F B9 6F 17 0 28 1B 5E 23 3A
Octal 217 271 157 27 0 50 33 136 43 72
Binary 10001111 10111001 1101111 10111 0 101000 11011 1011110 100011 111010

Color Harmonies of #8FB96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB96F

Black with #8FB96F

Text Example


Text Example

White with #8FB96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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