#8BB869

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

Shades of Olivine #8BB869

Tints of Olivine #8BB869

Color information

#8BB869 (or 0x8BB869) is unknown color: approx Olivine. HEX triplet: 8B, B8 and 69. RGB value is (139,184,105). Sum of RGB (Red+Green+Blue) = 139+184+105=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 184 - color contains mainly: green. Hex color #8BB869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB869 is #744796. Grayscale: #A1A1A1. Windows color (decimal): -7620503 or 6928523. OLE color: 6928523.

HSL color Cylindrical-coordinate representation of color #8BB869: hue angle of 94.18º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BB869 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB139184105-
CMYK0.2400.430.28
HSL94.18º35.75%56.67%-
HSV(B)94.18º42.93%72.16%-
XYZ30.3440.7919.64-
YUV161.5496.09111.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.48%
GREEN value IS 184 (72.27% from 255) = 42.99%
BLUE value IS 105 (41.41% from 255) = 24.53%
R=32.48%
G=42.99%
B=24.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1391841050.2400.430.2894.1835.7556.67
Hex8BB8691802B1C5e2439
Octal21327015130053341364471
Binary10001011101110001101001110000101011111001011110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,184,105); }

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

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

 a { background-color: rgb(139,184,105); }

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

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

 span { border-color: rgb(139,184,105); }

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