#8BBD79

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

Shades of Olivine #8BBD79

Tints of Olivine #8BBD79

Color information

#8BBD79 (or 0x8BBD79) is unknown color: approx Olivine. HEX triplet: 8B, BD and 79. RGB value is (139,189,121). Sum of RGB (Red+Green+Blue) = 139+189+121=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #8BBD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBD79 is #744286. Grayscale: #A6A6A6. Windows color (decimal): -7619207 or 7978379. OLE color: 7978379.

HSL color Cylindrical-coordinate representation of color #8BBD79: hue angle of 104.12º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BBD79 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB139189121-
CMYK0.2600.360.26
HSL104.12º34%60.78%-
HSV(B)104.12º35.98%74.12%-
XYZ32.343.2624.74-
YUV166.3102.44108.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.96%
GREEN value IS 189 (74.22% from 255) = 42.09%
BLUE value IS 121 (47.66% from 255) = 26.95%
R=30.96%
G=42.09%
B=26.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391891210.2600.360.26104.123460.78
Hex8BBD791A0241A68223d
Octal21327517132044321504275
Binary10001011101111011111001110100100100110101101000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,189,121); }

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

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

 a { background-color: rgb(139,189,121); }

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

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

 span { border-color: rgb(139,189,121); }

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