#8FBF74

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

Shades of Olivine #8FBF74

Tints of Olivine #8FBF74

Color information

#8FBF74 (or 0x8FBF74) is unknown color: approx Olivine. HEX triplet: 8F, BF and 74. RGB value is (143,191,116). Sum of RGB (Red+Green+Blue) = 143+191+116=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBF74 is #70408B. Grayscale: #A8A8A8. Windows color (decimal): -7356556 or 7651215. OLE color: 7651215.

HSL color Cylindrical-coordinate representation of color #8FBF74: hue angle of 98.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FBF74 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB143191116-
CMYK0.2500.390.25
HSL98.4º36.95%60.2%-
HSV(B)98.4º39.27%74.9%-
XYZ33.1144.3623.34-
YUV168.198.6110.1-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.78%
GREEN value IS 191 (75% from 255) = 42.44%
BLUE value IS 116 (45.70% from 255) = 25.78%
R=31.78%
G=42.44%
B=25.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431911160.2500.390.2598.436.9560.2
Hex8FBF74190271962253c
Octal21727716431047311424574
Binary10001111101111111110100110010100111110011100010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,191,116); }

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

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

 a { background-color: rgb(143,191,116); }

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

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

 span { border-color: rgb(143,191,116); }

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