Html Css Color HEX #8FB676 Olivine

📋 copy color: '#8FB676'

red 143 ◦ green 182 ◦ blue 118

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

Shades of Olivine #8FB676

Tints of Olivine #8FB676

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.08%

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

R = 32.28%
G = 41.08%
B = 26.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#8FB676 (or 0x8FB676) is known color: Olivine. HEX triplet: 8F, B6 and 76. RGB value is (143,182,118). Sum of RGB (Red+Green+Blue) = 143+182+118=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 182 - color contains mainly: green. Hex color #8FB676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB676 is #704989. Grayscale: #A3A3A3. Windows color (decimal): -7358858 or 7779983. OLE color: 7779983.

HSL color Cylindrical-coordinate representation of color #8FB676: hue angle of 96.56º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FB676 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 143 182 118 -
CMYK 0.21 0 0.35 0.29
HSL 96.56º 0.3% 0.59% -
HSV(B) 96.56º 0.35% 0.71% -
XYZ 31.33 40.6 23.33 -
YUV 163.04 102.58 113.7 -
System Red Green Blue C M Y K H S L
Decimal 143 182 118 0.21 0 0.35 0.29 96.56 0.3 0.59
Hex 8F B6 76 15 0 23 1D 61 1E 3B
Octal 217 266 166 25 0 43 35 141 36 73
Binary 10001111 10110110 1110110 10101 0 100011 11101 1100001 11110 111011

Color Harmonies of #8FB676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB676

Black with #8FB676

Text Example


Text Example

White with #8FB676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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