#93D06A

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

Shades of Olivine #93D06A

Tints of Olivine #93D06A

Color information

#93D06A (or 0x93D06A) is unknown color: approx Olivine. HEX triplet: 93, D0 and 6A. RGB value is (147,208,106). Sum of RGB (Red+Green+Blue) = 147+208+106=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #93D06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D06A is #6C2F95. Grayscale: #B2B2B2. Windows color (decimal): -7090070 or 7000211. OLE color: 7000211.

HSL color Cylindrical-coordinate representation of color #93D06A: hue angle of 95.88º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93D06A is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB147208106-
CMYK0.2900.490.18
HSL95.88º52.04%61.57%-
HSV(B)95.88º49.04%81.57%-
XYZ37.1952.3621.78-
YUV178.1387.29105.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.89%
GREEN value IS 208 (81.64% from 255) = 45.12%
BLUE value IS 106 (41.80% from 255) = 22.99%
R=31.89%
G=45.12%
B=22.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472081060.2900.490.1895.8852.0461.57
Hex93D06A1D0311260343e
Octal22332015235061221406476
Binary10010011110100001101010111010110001100101100000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,208,106); }

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

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

 a { background-color: rgb(147,208,106); }

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

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

 span { border-color: rgb(147,208,106); }

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