#93C872

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

Shades of Olivine #93C872

Tints of Olivine #93C872

Color information

#93C872 (or 0x93C872) is unknown color: approx Olivine. HEX triplet: 93, C8 and 72. RGB value is (147,200,114). Sum of RGB (Red+Green+Blue) = 147+200+114=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 200 - color contains mainly: green. Hex color #93C872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C872 is #6C378D. Grayscale: #AEAEAE. Windows color (decimal): -7092110 or 7522451. OLE color: 7522451.

HSL color Cylindrical-coordinate representation of color #93C872: hue angle of 96.98º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #93C872 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB147200114-
CMYK0.2600.430.22
HSL96.98º43.88%61.57%-
HSV(B)96.98º43%78.43%-
XYZ35.7248.7323.44-
YUV174.3593.94108.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.89%
GREEN value IS 200 (78.52% from 255) = 43.38%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=31.89%
G=43.38%
B=24.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1472001140.2600.430.2296.9843.8861.57
Hex93C8721A02B16612c3e
Octal22331016232053261415476
Binary10010011110010001110010110100101011101101100001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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