#93BF71

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

Shades of Olivine #93BF71

Tints of Olivine #93BF71

Color information

#93BF71 (or 0x93BF71) is unknown color: approx Olivine. HEX triplet: 93, BF and 71. RGB value is (147,191,113). Sum of RGB (Red+Green+Blue) = 147+191+113=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #93BF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BF71 is #6C408E. Grayscale: #A9A9A9. Windows color (decimal): -7094415 or 7454611. OLE color: 7454611.

HSL color Cylindrical-coordinate representation of color #93BF71: hue angle of 93.85º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93BF71 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB147191113-
CMYK0.2300.410.25
HSL93.85º37.86%59.61%-
HSV(B)93.85º40.84%74.9%-
XYZ33.6444.6622.47-
YUV168.9596.42112.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.59%
GREEN value IS 191 (75% from 255) = 42.35%
BLUE value IS 113 (44.53% from 255) = 25.06%
R=32.59%
G=42.35%
B=25.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471911130.2300.410.2593.8537.8659.61
Hex93BF7117029195e263c
Octal22327716127051311364674
Binary10010011101111111110001101110101001110011011110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93BF71; }

 p { color: rgb(147,191,113); }

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

<style>
 a { background-color: #93BF71; }

 a { background-color: rgb(147,191,113); }

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

<style>
 span { border-color: #93BF71; }

 span { border-color: rgb(147,191,113); }

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