Html Css Color HEX #8FBA76 Olivine

📋 copy color: '#8FBA76'

red 143 ◦ green 186 ◦ blue 118

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

Shades of Olivine #8FBA76

Tints of Olivine #8FBA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.4%

R = 31.99%
G = 41.61%
B = 26.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#8FBA76 (or 0x8FBA76) is known color: Olivine. HEX triplet: 8F, BA and 76. RGB value is (143,186,118). Sum of RGB (Red+Green+Blue) = 143+186+118=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBA76 is #704589. Grayscale: #A5A5A5. Windows color (decimal): -7357834 or 7781007. OLE color: 7781007.

HSL color Cylindrical-coordinate representation of color #8FBA76: hue angle of 97.94º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FBA76 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 186 118 -
CMYK 0.23 0 0.37 0.27
HSL 97.94º 0.33% 0.6% -
HSV(B) 97.94º 0.37% 0.73% -
XYZ 32.16 42.27 23.6 -
YUV 165.39 101.25 112.03 -
System Red Green Blue C M Y K H S L
Decimal 143 186 118 0.23 0 0.37 0.27 97.94 0.33 0.6
Hex 8F BA 76 17 0 25 1B 62 21 3C
Octal 217 272 166 27 0 45 33 142 41 74
Binary 10001111 10111010 1110110 10111 0 100101 11011 1100010 100001 111100

Color Harmonies of #8FBA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBA76

Black with #8FBA76

Text Example


Text Example

White with #8FBA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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