#93C373

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

Shades of Olivine #93C373

Tints of Olivine #93C373

Color information

#93C373 (or 0x93C373) is unknown color: approx Olivine. HEX triplet: 93, C3 and 73. RGB value is (147,195,115). Sum of RGB (Red+Green+Blue) = 147+195+115=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #93C373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C373 is #6C3C8C. Grayscale: #ABABAB. Windows color (decimal): -7093389 or 7586707. OLE color: 7586707.

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

Color convert

RGB147195115-
CMYK0.2500.410.24
HSL96º40%60.78%-
HSV(B)96º41.03%76.47%-
XYZ34.6446.4723.36-
YUV171.5396.1110.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.17%
GREEN value IS 195 (76.56% from 255) = 42.67%
BLUE value IS 115 (45.31% from 255) = 25.16%
R=32.17%
G=42.67%
B=25.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471951150.2500.410.24964060.78
Hex93C373190291860283d
Octal22330316331051301405075
Binary10010011110000111110011110010101001110001100000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,195,115); }

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

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

 a { background-color: rgb(147,195,115); }

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

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

 span { border-color: rgb(147,195,115); }

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