#93B672

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

Shades of Olivine #93B672

Tints of Olivine #93B672

Color information

#93B672 (or 0x93B672) is unknown color: approx Olivine. HEX triplet: 93, B6 and 72. RGB value is (147,182,114). Sum of RGB (Red+Green+Blue) = 147+182+114=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 182 - color contains mainly: green. Hex color #93B672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B672 is #6C498D. Grayscale: #A4A4A4. Windows color (decimal): -7096718 or 7517843. OLE color: 7517843.

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

Color convert

RGB147182114-
CMYK0.1900.370.29
HSL90.88º31.78%58.04%-
HSV(B)90.88º37.36%71.37%-
XYZ31.840.8722.13-
YUV163.7899.9116.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.18%
GREEN value IS 182 (71.48% from 255) = 41.08%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=33.18%
G=41.08%
B=25.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471821140.1900.370.2990.8831.7858.04
Hex93B672130251D5b203a
Octal22326616223045351334072
Binary10010011101101101110010100110100101111011011011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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