#93C575

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

Shades of Olivine #93C575

Tints of Olivine #93C575

Color information

#93C575 (or 0x93C575) is unknown color: approx Olivine. HEX triplet: 93, C5 and 75. RGB value is (147,197,117). Sum of RGB (Red+Green+Blue) = 147+197+117=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 197 - color contains mainly: green. Hex color #93C575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C575 is #6C3A8A. Grayscale: #ADADAD. Windows color (decimal): -7092875 or 7718291. OLE color: 7718291.

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

Color convert

RGB147197117-
CMYK0.2500.410.23
HSL97.5º40.82%61.57%-
HSV(B)97.5º40.61%77.25%-
XYZ35.2147.4224.13-
YUV172.9396.44109.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.89%
GREEN value IS 197 (77.34% from 255) = 42.73%
BLUE value IS 117 (46.09% from 255) = 25.38%
R=31.89%
G=42.73%
B=25.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471971170.2500.410.2397.540.8261.57
Hex93C575190291761293e
Octal22330516531051271415176
Binary10010011110001011110101110010101001101111100001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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