#8FB169

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

Shades of Olivine #8FB169

Tints of Olivine #8FB169

Color information

#8FB169 (or 0x8FB169) is unknown color: approx Olivine. HEX triplet: 8F, B1 and 69. RGB value is (143,177,105). Sum of RGB (Red+Green+Blue) = 143+177+105=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #8FB169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FB169 is #704E96. Grayscale: #9E9E9E. Windows color (decimal): -7360151 or 6926735. OLE color: 6926735.

HSL color Cylindrical-coordinate representation of color #8FB169: hue angle of 88.33º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FB169 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB143177105-
CMYK0.1900.410.31
HSL88.33º31.58%55.29%-
HSV(B)88.33º40.68%69.41%-
XYZ29.638.319.2-
YUV158.6397.74116.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.65%
GREEN value IS 177 (69.53% from 255) = 41.65%
BLUE value IS 105 (41.41% from 255) = 24.71%
R=33.65%
G=41.65%
B=24.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431771050.1900.410.3188.3331.5855.29
Hex8FB169130291F582037
Octal21726115123051371304067
Binary10001111101100011101001100110101001111111011000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,177,105); }

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

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

 a { background-color: rgb(143,177,105); }

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

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

 span { border-color: rgb(143,177,105); }

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