#93BF7C

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

Shades of Olivine #93BF7C

Tints of Olivine #93BF7C

Color information

#93BF7C (or 0x93BF7C) is unknown color: approx Olivine. HEX triplet: 93, BF and 7C. RGB value is (147,191,124). Sum of RGB (Red+Green+Blue) = 147+191+124=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #93BF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BF7C is #6C4083. Grayscale: #AAAAAA. Windows color (decimal): -7094404 or 8175507. OLE color: 8175507.

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

Color convert

RGB147191124-
CMYK0.2300.350.25
HSL99.4º34.36%61.76%-
HSV(B)99.4º35.08%74.9%-
XYZ34.344.9225.93-
YUV170.21101.92111.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.82%
GREEN value IS 191 (75% from 255) = 41.34%
BLUE value IS 124 (48.83% from 255) = 26.84%
R=31.82%
G=41.34%
B=26.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471911240.2300.350.2599.434.3661.76
Hex93BF7C170231963223e
Octal22327717427043311434276
Binary10010011101111111111100101110100011110011100011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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