#93C069

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

Shades of Olivine #93C069

Tints of Olivine #93C069

Color information

#93C069 (or 0x93C069) is unknown color: approx Olivine. HEX triplet: 93, C0 and 69. RGB value is (147,192,105). Sum of RGB (Red+Green+Blue) = 147+192+105=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #93C069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C069 is #6C3F96. Grayscale: #A8A8A8. Windows color (decimal): -7094167 or 6930579. OLE color: 6930579.

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

Color convert

RGB147192105-
CMYK0.2300.450.25
HSL91.03º40.85%58.24%-
HSV(B)91.03º45.31%75.29%-
XYZ33.4344.9220.27-
YUV168.6392.09112.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.11%
GREEN value IS 192 (75.39% from 255) = 43.24%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=33.11%
G=43.24%
B=23.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471921050.2300.450.2591.0340.8558.24
Hex93C0691702D195b293a
Octal22330015127055311335172
Binary10010011110000001101001101110101101110011011011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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