#93C06C

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

Shades of Olivine #93C06C

Tints of Olivine #93C06C

Color information

#93C06C (or 0x93C06C) is unknown color: approx Olivine. HEX triplet: 93, C0 and 6C. RGB value is (147,192,108). Sum of RGB (Red+Green+Blue) = 147+192+108=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #93C06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C06C is #6C3F93. Grayscale: #A9A9A9. Windows color (decimal): -7094164 or 7127187. OLE color: 7127187.

HSL color Cylindrical-coordinate representation of color #93C06C: hue angle of 92.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93C06C is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB147192108-
CMYK0.2300.440.25
HSL92.14º40%58.82%-
HSV(B)92.14º43.75%75.29%-
XYZ33.5944.9921.1-
YUV168.9793.59112.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.89%
GREEN value IS 192 (75.39% from 255) = 42.95%
BLUE value IS 108 (42.58% from 255) = 24.16%
R=32.89%
G=42.95%
B=24.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471921080.2300.440.2592.144058.82
Hex93C06C1702C195c283b
Octal22330015427054311345073
Binary10010011110000001101100101110101100110011011100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,192,108); }

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

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

 a { background-color: rgb(147,192,108); }

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

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

 span { border-color: rgb(147,192,108); }

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