#93C369

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

Shades of Olivine #93C369

Tints of Olivine #93C369

Color information

#93C369 (or 0x93C369) is unknown color: approx Olivine. HEX triplet: 93, C3 and 69. RGB value is (147,195,105). Sum of RGB (Red+Green+Blue) = 147+195+105=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 195 - color contains mainly: green. Hex color #93C369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C369 is #6C3C96. Grayscale: #AAAAAA. Windows color (decimal): -7093399 or 6931347. OLE color: 6931347.

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

Color convert

RGB147195105-
CMYK0.2500.460.24
HSL92º42.86%58.82%-
HSV(B)92º46.15%76.47%-
XYZ34.146.2520.5-
YUV170.3991.1111.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.89%
GREEN value IS 195 (76.56% from 255) = 43.62%
BLUE value IS 105 (41.41% from 255) = 23.49%
R=32.89%
G=43.62%
B=23.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471951050.2500.460.249242.8658.82
Hex93C3691902E185c2b3b
Octal22330315131056301345373
Binary10010011110000111101001110010101110110001011100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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