#8FBC67

Color #8FBC67 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #8FBC67

Tints of Olivine #8FBC67

Color information

#8FBC67 (or 0x8FBC67) is unknown color: approx Olivine. HEX triplet: 8F, BC and 67. RGB value is (143,188,103). Sum of RGB (Red+Green+Blue) = 143+188+103=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBC67 is #704398. Grayscale: #A5A5A5. Windows color (decimal): -7357337 or 6798479. OLE color: 6798479.

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

Color convert

RGB143188103-
CMYK0.2400.450.26
HSL91.76º38.81%57.06%-
HSV(B)91.76º45.21%73.73%-
XYZ31.7642.7919.42-
YUV164.8693.09112.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.95%
GREEN value IS 188 (73.83% from 255) = 43.32%
BLUE value IS 103 (40.62% from 255) = 23.73%
R=32.95%
G=43.32%
B=23.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431881030.2400.450.2691.7638.8157.06
Hex8FBC671802D1A5c2739
Octal21727414730055321344771
Binary10001111101111001100111110000101101110101011100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8FBC67;
 }
 .AnyTagClassName
 {
   color: #8FBC67;
 }
</style>
background-color css

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

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

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

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

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

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