#93C077

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

Shades of Olivine #93C077

Tints of Olivine #93C077

Color information

#93C077 (or 0x93C077) is unknown color: approx Olivine. HEX triplet: 93, C0 and 77. RGB value is (147,192,119). Sum of RGB (Red+Green+Blue) = 147+192+119=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #93C077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C077 is #6C3F88. Grayscale: #AAAAAA. Windows color (decimal): -7094153 or 7848083. OLE color: 7848083.

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

Color convert

RGB147192119-
CMYK0.2300.380.25
HSL96.99º36.68%60.98%-
HSV(B)96.99º38.02%75.29%-
XYZ34.2145.2324.38-
YUV170.2299.09111.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.10%
GREEN value IS 192 (75.39% from 255) = 41.92%
BLUE value IS 119 (46.88% from 255) = 25.98%
R=32.10%
G=41.92%
B=25.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471921190.2300.380.2596.9936.6860.98
Hex93C077170261961253d
Octal22330016727046311414575
Binary10010011110000001110111101110100110110011100001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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