Html Css Color HEX #8FBC7C Olivine

📋 copy color: '#8FBC7C'

red 143 ◦ green 188 ◦ blue 124

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

Shades of Olivine #8FBC7C

Tints of Olivine #8FBC7C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.32%

 BLUE value IS 124 (48.83% from 255) = 27.25%

R = 31.43%
G = 41.32%
B = 27.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#8FBC7C (or 0x8FBC7C) is known color: Olivine. HEX triplet: 8F, BC and 7C. RGB value is (143,188,124). Sum of RGB (Red+Green+Blue) = 143+188+124=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBC7C is #704383. Grayscale: #A7A7A7. Windows color (decimal): -7357316 or 8174735. OLE color: 8174735.

HSL color Cylindrical-coordinate representation of color #8FBC7C: hue angle of 102.19º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FBC7C is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 188 124 -
CMYK 0.24 0 0.34 0.26
HSL 102.19º 0.32% 0.61% -
HSV(B) 102.19º 0.34% 0.74% -
XYZ 32.95 43.26 25.68 -
YUV 167.25 103.59 110.7 -
System Red Green Blue C M Y K H S L
Decimal 143 188 124 0.24 0 0.34 0.26 102.19 0.32 0.61
Hex 8F BC 7C 18 0 22 1A 66 20 3D
Octal 217 274 174 30 0 42 32 146 40 75
Binary 10001111 10111100 1111100 11000 0 100010 11010 1100110 100000 111101

Color Harmonies of #8FBC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBC7C

Black with #8FBC7C

Text Example


Text Example

White with #8FBC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,188,124); }

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

background-color css

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

 a { background-color: rgb(143,188,124); }

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

border-color css

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

 span { border-color: rgb(143,188,124); }

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