#8BBB74

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

Shades of Olivine #8BBB74

Tints of Olivine #8BBB74

Color information

#8BBB74 (or 0x8BBB74) is unknown color: approx Olivine. HEX triplet: 8B, BB and 74. RGB value is (139,187,116). Sum of RGB (Red+Green+Blue) = 139+187+116=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBB74 is #74448B. Grayscale: #A4A4A4. Windows color (decimal): -7619724 or 7650187. OLE color: 7650187.

HSL color Cylindrical-coordinate representation of color #8BBB74: hue angle of 100.56º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BBB74 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB139187116-
CMYK0.2600.380.27
HSL100.56º34.3%59.41%-
HSV(B)100.56º37.97%73.33%-
XYZ31.5742.2923.02-
YUV164.55100.6109.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.45%
GREEN value IS 187 (73.44% from 255) = 42.31%
BLUE value IS 116 (45.70% from 255) = 26.24%
R=31.45%
G=42.31%
B=26.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391871160.2600.380.27100.5634.359.41
Hex8BBB741A0261B65223b
Octal21327316432046331454273
Binary10001011101110111110100110100100110110111100101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,187,116); }

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

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

 a { background-color: rgb(139,187,116); }

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

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

 span { border-color: rgb(139,187,116); }

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