#93C175

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

Shades of Olivine #93C175

Tints of Olivine #93C175

Color information

#93C175 (or 0x93C175) is unknown color: approx Olivine. HEX triplet: 93, C1 and 75. RGB value is (147,193,117). Sum of RGB (Red+Green+Blue) = 147+193+117=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #93C175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C175 is #6C3E8A. Grayscale: #AAAAAA. Windows color (decimal): -7093899 or 7717267. OLE color: 7717267.

HSL color Cylindrical-coordinate representation of color #93C175: hue angle of 96.32º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93C175 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB147193117-
CMYK0.2400.390.24
HSL96.32º38%60.78%-
HSV(B)96.32º39.38%75.69%-
XYZ34.3145.6323.83-
YUV170.5897.76111.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.17%
GREEN value IS 193 (75.78% from 255) = 42.23%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=32.17%
G=42.23%
B=25.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471931170.2400.390.2496.323860.78
Hex93C175180271860263d
Octal22330116530047301404675
Binary10010011110000011110101110000100111110001100000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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