#93BE75

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

Shades of Olivine #93BE75

Tints of Olivine #93BE75

Color information

#93BE75 (or 0x93BE75) is unknown color: approx Olivine. HEX triplet: 93, BE and 75. RGB value is (147,190,117). Sum of RGB (Red+Green+Blue) = 147+190+117=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #93BE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BE75 is #6C418A. Grayscale: #A9A9A9. Windows color (decimal): -7094667 or 7716499. OLE color: 7716499.

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

Color convert

RGB147190117-
CMYK0.2300.380.25
HSL95.34º35.96%60.2%-
HSV(B)95.34º38.42%74.51%-
XYZ33.6644.3123.61-
YUV168.8298.75112.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.38%
GREEN value IS 190 (74.61% from 255) = 41.85%
BLUE value IS 117 (46.09% from 255) = 25.77%
R=32.38%
G=41.85%
B=25.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471901170.2300.380.2595.3435.9660.2
Hex93BE7517026195f243c
Octal22327616527046311374474
Binary10010011101111101110101101110100110110011011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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