#93C572

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

Shades of Olivine #93C572

Tints of Olivine #93C572

Color information

#93C572 (or 0x93C572) is unknown color: approx Olivine. HEX triplet: 93, C5 and 72. RGB value is (147,197,114). Sum of RGB (Red+Green+Blue) = 147+197+114=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #93C572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C572 is #6C3A8D. Grayscale: #ACACAC. Windows color (decimal): -7092878 or 7521683. OLE color: 7521683.

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

Color convert

RGB147197114-
CMYK0.2500.420.23
HSL96.14º41.71%60.98%-
HSV(B)96.14º42.13%77.25%-
XYZ35.0447.3523.21-
YUV172.5994.94109.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.10%
GREEN value IS 197 (77.34% from 255) = 43.01%
BLUE value IS 114 (44.92% from 255) = 24.89%
R=32.10%
G=43.01%
B=24.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471971140.2500.420.2396.1441.7160.98
Hex93C5721902A17602a3d
Octal22330516231052271405275
Binary10010011110001011110010110010101010101111100000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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