#8BBE74

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

Shades of Olivine #8BBE74

Tints of Olivine #8BBE74

Color information

#8BBE74 (or 0x8BBE74) is unknown color: approx Olivine. HEX triplet: 8B, BE and 74. RGB value is (139,190,116). Sum of RGB (Red+Green+Blue) = 139+190+116=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBE74 is #74418B. Grayscale: #A6A6A6. Windows color (decimal): -7618956 or 7650955. OLE color: 7650955.

HSL color Cylindrical-coordinate representation of color #8BBE74: hue angle of 101.35º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BBE74 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB139190116-
CMYK0.2700.390.25
HSL101.35º36.27%60%-
HSV(B)101.35º38.95%74.51%-
XYZ32.2143.5823.24-
YUV166.3199.6108.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.24%
GREEN value IS 190 (74.61% from 255) = 42.70%
BLUE value IS 116 (45.70% from 255) = 26.07%
R=31.24%
G=42.70%
B=26.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391901160.2700.390.25101.3536.2760
Hex8BBE741B0271965243c
Octal21327616433047311454474
Binary10001011101111101110100110110100111110011100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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