#93B465

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

Shades of Olivine #93B465

Tints of Olivine #93B465

Color information

#93B465 (or 0x93B465) is unknown color: approx Olivine. HEX triplet: 93, B4 and 65. RGB value is (147,180,101). Sum of RGB (Red+Green+Blue) = 147+180+101=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 180 - color contains mainly: green. Hex color #93B465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B465 is #6C4B9A. Grayscale: #A1A1A1. Windows color (decimal): -7097243 or 6665363. OLE color: 6665363.

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

Color convert

RGB147180101-
CMYK0.1800.440.29
HSL85.06º34.5%55.1%-
HSV(B)85.06º43.89%70.59%-
XYZ30.739.7918.37-
YUV161.1394.07117.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.35%
GREEN value IS 180 (70.70% from 255) = 42.06%
BLUE value IS 101 (39.84% from 255) = 23.60%
R=34.35%
G=42.06%
B=23.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471801010.1800.440.2985.0634.555.1
Hex93B4651202C1D552237
Octal22326414522054351254267
Binary10010011101101001100101100100101100111011010101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,180,101); }

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

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

 a { background-color: rgb(147,180,101); }

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

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

 span { border-color: rgb(147,180,101); }

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