#8FB87D

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

Shades of Olivine #8FB87D

Tints of Olivine #8FB87D

Color information

#8FB87D (or 0x8FB87D) is unknown color: approx Olivine. HEX triplet: 8F, B8 and 7D. RGB value is (143,184,125). Sum of RGB (Red+Green+Blue) = 143+184+125=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB87D is #704782. Grayscale: #A5A5A5. Windows color (decimal): -7358339 or 8239247. OLE color: 8239247.

HSL color Cylindrical-coordinate representation of color #8FB87D: hue angle of 101.69º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FB87D is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB143184125-
CMYK0.2200.320.28
HSL101.69º29.35%60.59%-
HSV(B)101.69º32.07%72.16%-
XYZ32.1741.625.74-
YUV165.02105.42112.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.64%
GREEN value IS 184 (72.27% from 255) = 40.71%
BLUE value IS 125 (49.22% from 255) = 27.65%
R=31.64%
G=40.71%
B=27.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1431841250.2200.320.28101.6929.3560.59
Hex8FB87D160201C661d3d
Octal21727017526040341463575
Binary1000111110111000111110110110010000011100110011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,184,125); }

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

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

 a { background-color: rgb(143,184,125); }

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

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

 span { border-color: rgb(143,184,125); }

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