#93BF75

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

Shades of Olivine #93BF75

Tints of Olivine #93BF75

Color information

#93BF75 (or 0x93BF75) is unknown color: approx Olivine. HEX triplet: 93, BF and 75. RGB value is (147,191,117). Sum of RGB (Red+Green+Blue) = 147+191+117=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #93BF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BF75 is #6C408A. Grayscale: #A9A9A9. Windows color (decimal): -7094411 or 7716755. OLE color: 7716755.

HSL color Cylindrical-coordinate representation of color #93BF75: hue angle of 95.68º degrees, saturation: 0.37, 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 #93BF75 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB147191117-
CMYK0.2300.390.25
HSL95.68º36.63%60.39%-
HSV(B)95.68º38.74%74.9%-
XYZ33.8744.7523.68-
YUV169.4198.42112.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.31%
GREEN value IS 191 (75% from 255) = 41.98%
BLUE value IS 117 (46.09% from 255) = 25.71%
R=32.31%
G=41.98%
B=25.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471911170.2300.390.2595.6836.6360.39
Hex93BF75170271960253c
Octal22327716527047311404574
Binary10010011101111111110101101110100111110011100000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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