#93B679

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

Shades of Olivine #93B679

Tints of Olivine #93B679

Color information

#93B679 (or 0x93B679) is unknown color: approx Olivine. HEX triplet: 93, B6 and 79. RGB value is (147,182,121). Sum of RGB (Red+Green+Blue) = 147+182+121=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #93B679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B679 is #6C4986. Grayscale: #A4A4A4. Windows color (decimal): -7096711 or 7976595. OLE color: 7976595.

HSL color Cylindrical-coordinate representation of color #93B679: hue angle of 94.43º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93B679 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB147182121-
CMYK0.1900.340.29
HSL94.43º29.47%59.41%-
HSV(B)94.43º33.52%71.37%-
XYZ32.2141.0424.31-
YUV164.58103.4115.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.67%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 121 (47.66% from 255) = 26.89%
R=32.67%
G=40.44%
B=26.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471821210.1900.340.2994.4329.4759.41
Hex93B679130221D5e1d3b
Octal22326617123042351363573
Binary1001001110110110111100110011010001011101101111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,182,121); }

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

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

 a { background-color: rgb(147,182,121); }

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

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

 span { border-color: rgb(147,182,121); }

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